# snowman **Repository Path**: hzfcode/snowman ## Basic Information - **Project Name**: snowman - **Description**: Snowman decompiler - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-13 - **Last Updated**: 2021-08-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Snowman ======= http://derevenets.com/[Snowman] is a native code to C/C++ decompiler, supporting x86, AMD64, and ARM architectures. You can use it as a link:src/snowman[standalone GUI application], a link:src/nocode[command-line tool], an link:src/ida-plugin[IDA plug-in], a link:https://github.com/radare/radare2-pm/blob/master/db/r2snow[radare2] plug-in, an link:https://github.com/x64dbg/snowman[x64dbg plug-in], or a link:src/nc[library]. Snowman is link:doc/licenses.asciidoc[free software]. Use --- Clone the https://github.com/yegord/snowman[repository], follow the link:doc/build.asciidoc[build instructions], run the decompiler. Alternatively, download the http://derevenets.com/[prebuilt packages], unpack, and run. Contribute ---------- We are not done yet. We want better generated code, even more convenient GUI, support for other architectures. Feel free to link:doc/todo.asciidoc[pick a problem], solve it, and send a link:https://github.com/yegord/snowman/pulls[pull request]. Write to our link:http://lists.derevenets.com/mailman/listinfo/snowman[mailing list] if you have questions.