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
·
yegord avatar

yegord/snowmanArchivedFork

0
View on GitHub↗
2,250 stars·300 forks·10 views

Snowman

Snowman decompiler

Features

  • Decompilation Tools - Multi-architecture decompiler with GUI and plugin support.
  • IDA Pro Plugins - A multi-platform decompiler supporting various architectures.
  • Reverse Engineering Tools - Native code decompiler for multiple architectures.

Star history

Star history chart for yegord/snowmanStar history chart for yegord/snowman

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

Open-source alternatives to Snowman

Similar open-source projects, ranked by how many features they share with Snowman.
  • pfalcon/scratchabitpfalcon avatar

    pfalcon/ScratchABit

    413View on GitHub↗

    Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API

    Python
    View on GitHub↗413
  • refirmlabs/binwalkReFirmLabs avatar

    ReFirmLabs/binwalk

    14,045View on GitHub↗

    Binwalk is a firmware analysis and reverse engineering tool designed to identify, extract, and analyze embedded files and data types within binary firmware blobs. It functions as a binary file signature scanner and entropy analyzer to decompose firmware images into their constituent components. The tool distinguishes itself by combining signature-based pattern matching for known binary headers with entropy analysis. By calculating data randomness across file offsets, it can locate compressed or encrypted sections that do not possess known signatures. The project covers binary data forensics

    Rust
    View on GitHub↗14,045
  • ohjeongwook/darungrimohjeongwook avatar

    ohjeongwook/DarunGrim

    365View on GitHub↗

    A patch analysis tool

    View on GitHub↗365
  • 0xd4d/dnspy0xd4d avatar

    0xd4d/dnSpy

    29,539View on 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#
    View on GitHub↗29,539
See all 30 alternatives to Snowman→

Frequently asked questions

What does yegord/snowman do?

Snowman decompiler

What are the main features of yegord/snowman?

The main features of yegord/snowman are: Decompilation Tools, IDA Pro Plugins, Reverse Engineering Tools.

What are some open-source alternatives to yegord/snowman?

Open-source alternatives to yegord/snowman include: refirmlabs/binwalk — Binwalk is a firmware analysis and reverse engineering tool designed to identify, extract, and analyze embedded files… pfalcon/scratchabit — Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API. ohjeongwook/darungrim — A patch analysis tool. 0xd4d/dnspy — dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It… 0xnobody/vmpdump — A dynamic VMP dumper and import fixer, powered by VTIL. 0xnobody/vmpattack.