1 Repo
Specialized tools for inspecting the structure and logic of Windows PE binary files.
Distinct from Executable Analysis Tools: None of the candidates specifically cover the holistic analysis of PE files for reverse engineering purposes.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Portable Executable Analyzers. Refine with filters or upvote what's useful.
PE-bear is a graphical portable executable analysis tool designed for inspecting, disassembling, and modifying the structure of Windows PE binary files. It functions as a static analysis framework used to identify malicious patterns and reverse engineer program logic. The project provides a binary diffing tool to identify structural and content differences between two executable files. It also includes a section editor for modifying binary layouts by adding or altering sections and imports. The tool covers a range of binary analysis capabilities, including machine code disassembly, file layo
Provides a comprehensive graphical utility for inspecting, disassembling, and modifying Windows PE binary files.