2 个仓库
旨在跨各种架构更改已编译二进制文件的逻辑和结构的工具集。
与应用二进制修改的区别: 将重点从仅修改应用二进制文件扩展为架构无关的二进制修改通用工具包。
Explore 2 awesome GitHub repositories matching operating systems & systems programming · 二进制修改工具包. Refine with filters or upvote what's useful.
Miasm 是一个 Python 逆向工程框架,专为二进制分析、反汇编和修改而设计。它作为一个二进制分析框架,将机器码提升为中间表示,以实现平台无关的安全研究。 该系统作为二进制仿真引擎和修改工具包运行,允许在虚拟环境中执行二进制代码以跟踪状态更改,而无需原生硬件。它提供了二进制补丁工具,用于跨多种 CPU 架构和可执行格式更新和修改原始二进制文件。 该框架涵盖了反汇编、中间表示提升和语义简化功能,以消除二进制混淆。它包括对二进制格式解析和内存映射的支持,以便在分析编译程序时跟踪引用和布局。
Provides tools for updating and patching raw binary files across multiple CPU architectures and executable formats.
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
Adds new sections or imports to a binary to modify its internal composition and structure.