YarForge

A command-line tool that automatically generates YARA signature rules from PE (Portable Executable) files by findng unique strings and filtering out noise.

YARA malware-detection pe-format windows

AES

My personal take on the AES (Advanced Encryption Standard) algorithm, implemented strictly following FIPS 197. Designed with a focus on simplicity, single include.

cryptography AES fips197

PE-Library

A modern C++ library for parsing and manipulating Windows Portable Executable (PE) files. Fully supports PE32/PE32+ formats with a clean, intuitive API.

cpp windows pe-format reverse-engineering