awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub Repositories二进制汇编与反汇编

机器码与人类可读汇编语言之间的双向转换。

与二进制反汇编的区别: 将汇编和反汇编结合为一个用于二进制修改的集成功能。

Explore 2 awesome GitHub repositories matching operating systems & systems programming · 二进制汇编与反汇编. Refine with filters or upvote what's useful.

Awesome 二进制汇编与反汇编 GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • cea-sec/miasmcea-sec 的头像

    cea-sec/miasm

    3,890在 GitHub 上查看↗

    Miasm 是一个 Python 逆向工程框架,专为二进制分析、反汇编和修改而设计。它作为一个二进制分析框架,将机器码提升为中间表示,以实现平台无关的安全研究。 该系统作为二进制仿真引擎和修改工具包运行,允许在虚拟环境中执行二进制代码以跟踪状态更改,而无需原生硬件。它提供了二进制补丁工具,用于跨多种 CPU 架构和可执行格式更新和修改原始二进制文件。 该框架涵盖了反汇编、中间表示提升和语义简化功能,以消除二进制混淆。它包括对二进制格式解析和内存映射的支持,以便在分析编译程序时跟踪引用和布局。

    Translate assembly language into machine code and convert binary bytes back into human-readable instructions.

    Pythonassemblerdisassembleremulator
    在 GitHub 上查看↗3,890
  • hyperdbg/hyperdbgHyperDbg 的头像

    HyperDbg/HyperDbg

    3,885在 GitHub 上查看↗

    HyperDbg is a hardware-assisted kernel-mode debugging platform that leverages virtualization to monitor and control system execution. By utilizing hypervisor-level primitives, it enables deep system analysis and instrumentation without relying on standard operating system debugging interfaces. The framework provides a comprehensive environment for inspecting both kernel and user-mode processes, allowing for granular control over execution flow and system state. The project distinguishes itself through a transparent debugging layer designed to remain invisible to the target environment. It emp

    Translates raw memory at specified virtual addresses into human-readable assembly instructions for analysis.

    Cbinary-analysisdebugdebugger
    在 GitHub 上查看↗3,885
  1. Home
  2. Operating Systems & Systems Programming
  3. Binary Analysis Capabilities
  4. Binary Assembly
  5. Binary Assembly and Disassembly

探索子标签

  • Binary Structure AnalysisNavigate, rename, and reformat assembly instructions and data types to improve code readability during reverse engineering tasks. **Distinct from Binary Assembly and Disassembly:** Distinct from Binary Assembly and Disassembly: focuses on the structural organization and labeling of code for human readability rather than just translation.