// tools, libraries, and my projects
A command-line tool that automatically generates YARA signature rules from PE (Portable Executable) files by findng unique strings and filtering out noise.
My personal take on the AES (Advanced Encryption Standard) algorithm, implemented strictly following FIPS 197. Designed with a focus on simplicity, single include.
A modern C++ library for parsing and manipulating Windows Portable Executable (PE) files. Fully supports PE32/PE32+ formats with a clean, intuitive API.