2 रिपॉजिटरी
Analyzing compiled binaries to identify specific content changes between different versions.
Distinct from Binary Analysis Tools: Focuses on comparing two versions of a binary rather than general inspection or disassembly.
Explore 2 awesome GitHub repositories matching operating systems & systems programming · Binary Difference Analysis. Refine with filters or upvote what's useful.
python-build-standalone is a toolchain designed to produce redistributable Python executables across multiple operating systems and hardware architectures. It generates standalone Python binaries that can be distributed to users without requiring a pre-installed system interpreter. The project manages the end-to-end process of cross-platform compilation using target triples and containerized environments to ensure consistent binary output. It includes a distribution pipeline that automates the generation of build matrices and the uploading of compiled artifacts to public release pages and mir
Identifies unexpected changes between releases by comparing binary contents via visual reports.
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
Detects structural and content changes between two versions of an executable by analyzing headers and sections.