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

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

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

1 个仓库

Awesome GitHub RepositoriesFunction Extraction

Exporting specific functions from a compiled assembly for use in external analysis tools.

Distinct from External Function Import: None of the candidates cover extracting functions from a binary; they cover importing or defining them.

Explore 1 awesome GitHub repository matching development tools & productivity · Function Extraction. Refine with filters or upvote what's useful.

Awesome Function Extraction GitHub Repositories

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

    icsharpcode/ILSpy

    25,447在 GitHub 上查看↗

    ILSpy is a .NET decompiler and binary analyzer designed to convert compiled .NET assemblies back into readable C# source code. It functions as a metadata explorer and a common intermediate language viewer, enabling the analysis of compiled code and the execution of reverse engineering workflows. The project distinguishes itself through specialized translation capabilities, such as converting compiled binary XML (BAML) back into human-readable XAML for user interface analysis. It also provides tools for inspecting native machine code and extracting metadata from program database (PDB) files.

    Extracts selected functions from an assembly based on input criteria for use in external tools.

    C#
    在 GitHub 上查看↗25,447
  1. Home
  2. Development Tools & Productivity
  3. Function Extraction