awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesMetadata Analysis Tools

Tools that analyze assembly metadata tables to resolve types, signatures, and references.

Distinct from Binary Analysis: Distinct from general binary analysis by focusing specifically on the interpretation of metadata tables for structural resolution.

Explore 4 awesome GitHub repositories matching part of an awesome list · Metadata Analysis Tools. Refine with filters or upvote what's useful.

Awesome Metadata Analysis Tools GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • 0xd4d/dnspyAvatar von 0xd4d

    0xd4d/dnSpy

    29,539Auf GitHub ansehen↗

    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

    Inspects assembly metadata tables to resolve class hierarchies, method signatures, and cross-references within the binary.

    C#
    Auf GitHub ansehen↗29,539
  • icsharpcode/ilspyAvatar von icsharpcode

    icsharpcode/ILSpy

    25,447Auf GitHub ansehen↗

    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.

    Converts raw metadata entries into readable source code to understand the underlying structure of compiled elements.

    C#
    Auf GitHub ansehen↗25,447
  • pwndbg/pwndbgAvatar von pwndbg

    pwndbg/pwndbg

    10,051Auf GitHub ansehen↗

    pwndbg is a GDB plugin and binary analysis framework designed for reverse engineering, exploit development, and low-level program analysis. It extends the core functionality of the debugger to provide advanced memory inspection and automation tools. The project distinguishes itself with specialized capabilities for heap analysis across glibc, jemalloc, and musl, as well as a comprehensive kernel debugging toolkit for inspecting Linux kernel tasks and slab allocators. It includes an integrated ROP gadget searcher for constructing exploit chains and an LLM-powered debugging assistant that provi

    Extracts detailed information about heap memory groups through metadata analysis.

    Pythonbinary-ninjacapture-the-flagctf
    Auf GitHub ansehen↗10,051
  • 0xd4d/de4dotAvatar von 0xd4d

    0xd4d/de4dot

    7,426Auf GitHub ansehen↗

    de4dot is a .NET deobfuscator, unpacker, and assembly analysis tool. It is designed to remove obfuscation layers, restore metadata, and simplify bytecode control flow to transform protected binaries back into human-readable code. The project features specialized systems for decrypting strings and constants using both static and dynamic analysis. It identifies specific protection tools through pattern-based detection and strips anti-analysis protections, such as tamper detection and anti-debugging code. The tool provides a suite of reverse engineering capabilities, including binary wrapper un

    Fixes verifiable code and preserves assembly metadata to ensure compatibility with decompilers.

    C#
    Auf GitHub ansehen↗7,426
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Binary Analysis
  5. Metadata Analysis Tools

Unter-Tags erkunden

  • Heap Metadata ExtractionUtilities for extracting and analyzing detailed information about heap memory groups via metadata. **Distinct from Metadata Analysis Tools:** Extracts allocator-specific heap metadata rather than general binary or assembly metadata tables.
  • Metadata RestorationRepairing and restoring assembly metadata tables to enable decompilation. **Distinct from Metadata Analysis Tools:** Focuses on the restoration/fix of metadata rather than just analyzing it.