A Python-based static malware analysis tool designed to inspect Windows Portable Executable (PE) files and identify potentially suspicious behavior. Built for learning malware analysis fundamentals, Windows internals, and executable file inspection techniques.
Developed to better understand how Windows executables are structured, how malware often interacts with the operating system, and how suspicious behavior can be identified through static analysis without executing the target file.
Full source code, documentation and updates are available on GitHub.
← back to home view source on github