GitHub
github.com › x64dbg › snowman
GitHub - x64dbg/snowman: Snowman Decompiler for x64dbg (LOOKING FOR MAINTAINER)
Snowman is a native code to C/C++ decompiler, supporting x86, AMD64, and ARM architectures. You can use it as a standalone GUI application, a command-line tool, an IDA plug-in, a radare2 plug-in, an x64dbg plug-in, or a library.
Starred by 326 users
Forked by 58 users
Languages C++ 93.7% | C 4.4% | CMake 1.7%
Reddit
reddit.com › r/reverseengineering › snowman - a native code to c/c++ decompiler
r/ReverseEngineering on Reddit: Snowman - a native code to C/C++ decompiler
November 4, 2013 - Supports x86 and x86_64 (2 of the 3 architectures supported by Hex-Rays decompiler).
GitHub
github.com › yegord › snowman
GitHub - yegord/snowman: Snowman decompiler
Starred by 2.3K users
Forked by 302 users
Uxwing
bushart.org › jonas bushart's blog › resources › snowman decompiler
Snowman Decompiler | Jonas Bushart
A standalone C decompiler. Also has an IDA plugin. Supports ARM, x86, and x86-64 architectures. Reads ELF, Mach-O, and PE file formats.
YouTube
youtube.com › watch
Solve a crackme with x64dbg and Snowman decompiler - YouTube
Solve a simple crackme exercise with x64dbg and Snowman ☃️ decompiler.* Reverse engineer the flag check logic* Navigate around a fake decoy flag* Find the re...
Published May 28, 2020
GitHub
github.com › xdarklight › snowman
GitHub - xdarklight/snowman: Snowman decompiler
Snowman is a native code to C/C++ decompiler, supporting x86, AMD64, ARM and MIPS (experimental) architectures. You can use it as a standalone GUI application, command-line tool, IDA plug-in, or a library.
Author xdarklight
Reddit
reddit.com › r/cpp › snowman is a native code to c/c++ decompiler, see the examples of generated code
r/cpp on Reddit: Snowman is a native code to C/C++ decompiler, see the examples of generated code
February 4, 2014 - Someone who can read C but not assembly could easily load their binary into Snowman's stand alone exe and immediately be rewarded with a C representation without the IDA learning curve. I will say that it did an excellent job of finding known C library and Windows function names. That was a welcome surprise in a free decompiler.
Hacker News
news.ycombinator.com › item
Snowman native code to C/C++ decompiler for x86/x86_64/ARM | Hacker News
February 14, 2022 - It basically hashes machine code (with address parts removed) [1], then when reverse engineers label and push symbols to the server (or get them from some debug build), others can pull and see what the functions are called in completely unrelated projects, that use the same libraries / have ...
Hacker News
news.ycombinator.com › item
Snowman: native code to C/C++ decompiler | Hacker News
May 19, 2017 - The radeco project is a train wreck. The current state of radeco-lib (unless it's been remediated in the last month) is disappointing and the only reason it compiles is because the last SoC student appears to have commented out the bindings that radeco is meant to use to get radeco-lib to do ...
ThreatBlogger
threatblogger.com › 2024 › 02 › 27 › x64dbg-snowman-decompiler
X64dbg /Snowman Decompiler – ThreatBlogger
December 21, 2024 - The decompiler allows you to understand the structure and logic of classes, by turning assembly into Pseudo code. This Pseudo code is complex and hard to understand, more code is produced than needed, you have partial or missing code making reconstructing the code more complex. ... Snowman decompiles C++ Object-Oriented code to (ANSI-C ) C code of the same equivalent...
Top Best Alternatives
topbestalternatives.com › snowman-c-plus-plus-decompiler
11 Snowman C++ Decompiler Alternatives – Top Best Alternatives
Snowman is a decompiler program that converts native code to C/C++ source files. It is available in two variants; Standalone and IDA Plug-in. The Standalone Version is compatible with several architectures such as ARM, x86, and x86-64. It can read input from multiple formats like PR, ELF, and ...
Packtpub
subscription.packtpub.com › book › reverse-engineering › 9781788838849 › 5 › ch05lvl1sec42 › decompilers
Tools of the Trade | Mastering Reverse Engineering
It can run as astandalonetool, or as an IDA Pro plugin. The source can be found at https://github.com/yegord/snowman, while itscompiledbinaries can bedownloadedfrom https://derevenets.com/. It is available for Windows and Linux. Hex-Rays: This is also a C and C++ decompiler and runs as a plugin for IDA Pro.
CodeSandbox
codesandbox.io › p › github › tehmasta › snowman
snowman
CodeSandbox is a cloud development platform that empowers developers to code, collaborate and ship projects of any size from any device in record time.