awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
T

trailofbits/pe-parse

0
View on GitHub↗
0 stars·0 forks·7 views

Pe Parse

Features

  • File Format Analysis - Lightweight C/C++ parser for PE files.

Star history

Star history chart for trailofbits/pe-parseStar history chart for trailofbits/pe-parse

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Pe Parse

These projects share indexed features with Pe Parse. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • endgameinc/emberendgameinc avatar

    endgameinc/ember

    1,163View on GitHub↗

    Elastic Malware Benchmark for Empowering Researchers

    Jupyter Notebook
    View on GitHub↗1,163
  • erocarrera/pefileerocarrera avatar

    erocarrera/pefile

    2,048View on GitHub↗

    pefile is a Python module to read and work with PE (Portable Executable) files

    Python
    View on GitHub↗2,048
  • ghostpack/safetykatzGhostPack avatar

    GhostPack/SafetyKatz

    1,325View on GitHub↗

    SafetyKatz is a combination of slightly modified version of @gentilkiwi's Mimikatz project and @subtee's .NET PE Loader.

    C#
    View on GitHub↗1,325
  • egebalci/amberEgeBalci avatar

    EgeBalci/amber

    1,418View on GitHub↗

    Reflective PE packer.

    Go
    View on GitHub↗1,418
Compare all 9 related projects→

Frequently asked questions

What are the main features of trailofbits/pe-parse?

The main features of trailofbits/pe-parse are: File Format Analysis.

Which projects share features with trailofbits/pe-parse?

Projects with overlapping indexed features include: egebalci/amber — Reflective PE packer. endgameinc/ember — Elastic Malware Benchmark for Empowering Researchers. erocarrera/pefile — pefile is a Python module to read and work with PE (Portable Executable) files. ghostpack/safetykatz — SafetyKatz is a combination of slightly modified version of @gentilkiwi's Mimikatz project and @subtee's .NET PE Loader. hasherezade/libpeconv — A library to load, manipulate, dump PE files. See also: https://github.com/hasherezade/libpeconv_tpl. itm4n/vba-runpe.