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

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

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

aidansteele/osx-abi-macho-file-format-reference

0
View on GitHub↗
878 星标·169 分支·3 次浏览

Osx Abi Macho File Format Reference

Features

  • 二进制分析工具 - Technical documentation for the Mach-O executable file format.

Star 历史

aidansteele/osx-abi-macho-file-format-reference 的 Star 历史图表aidansteele/osx-abi-macho-file-format-reference 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Osx Abi Macho File Format Reference 的开源替代方案

相似的开源项目,按与 Osx Abi Macho File Format Reference 的功能重合度排序。
  • airbus-seclab/bincatairbus-seclab 的头像

    airbus-seclab/bincat

    1,858在 GitHub 上查看↗

    Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction, use-after-free and double-free detection

    OCaml
    在 GitHub 上查看↗1,858
  • anatolikalysch/vmattackA

    anatolikalysch/VMAttack

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • angr/angrangr 的头像

    angr/angr

    8,898在 GitHub 上查看↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    在 GitHub 上查看↗8,898
  • 0xd4d/dnspy0xd4d 的头像

    0xd4d/dnSpy

    29,539在 GitHub 上查看↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    在 GitHub 上查看↗29,539
查看 Osx Abi Macho File Format Reference 的所有 30 个替代方案→

常见问题解答

aidansteele/osx-abi-macho-file-format-reference 的主要功能有哪些?

aidansteele/osx-abi-macho-file-format-reference 的主要功能包括:二进制分析工具。

aidansteele/osx-abi-macho-file-format-reference 有哪些开源替代品?

aidansteele/osx-abi-macho-file-format-reference 的开源替代品包括: airbus-seclab/bincat — Binary code static analyser, with IDA integration. Performs value and taint analysis, type reconstruction,… anatolikalysch/vmattack. angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves… aquynh/capstone — Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code… avast/retdec-idaplugin — RetDec plugin for IDA (Interactive Disassembler). 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It…