1 repositorio
Utilities that translate raw bytes into assembly instructions by calculating addresses from file offsets.
Distinct from Raw Binary Offset Manipulators: Distinct from Raw Binary Offset Manipulators as it focuses on translation to assembly rather than writing bytes.
Explore 1 awesome GitHub repository matching operating systems & systems programming · Disassembly Offset Calculators. 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
Translates raw binary bytes into assembly instructions by calculating target addresses from specific file offsets.