This product was not featured by Product Hunt yet. It will not be visible on their landing page and won't be ranked (cannot win product of the day regardless of upvotes).
Nuitka Assembly analyzer (as well as PyInstaller and other packagers) and native exe-files for extracting metadata, strings, modules, and structures from compiled ones.exe files. It is not a decompiler - it does not restore the source code.
Hi everyone!
I’ve always wondered how to disassemble an .exe file compiled with Nuitka. I knew there were tools like IDA PRO, Cremniy, and HxD, but I decided to try building an open‑source project. That’s how I created DeNuitkanizator.
History of creation
At first, I thought there must already be such decompilers. Personally, I couldn’t find any. So I started thinking about how to make one. I remembered the pefile and Capstone libraries. After I finally managed to build something, I realized my program could also parse PyInstaller .exe files and even native binaries. I found that really cool, so I published it on GitHub.
Why is this needed?
Many developers use Nuitka to compile Python scripts into executable files. Nuitka translates Python code into C++ and then compiles it into an .exe file. This reduces the file size and speeds up startup time.
But unlike PyInstaller, where you can use pydumpck, full reverse decompilation is nearly impossible with Nuitka because it has better protection against reverse engineering. However, you can still extract useful data from it:
paths, URLs, email addresses;
names of modules and variables;
metadata about the compiler and protection;
signs of anti‑debugging techniques; compressed data blocks (zstd, zlib).
and etc.
Uses pefile and Capstone under the hood.
MIT licensed. Open-source. Works with Nuitka, PyInstaller, and even native .exe files.
What packer do you use for your Python projects? Would love to hear feedback!
No comment highlights available yet. Please check back later!
About DeNuitkanizator - Nuitka .exe Analyzer on Product Hunt
“Analyzer for Nuitka and PyInstaller executables”
DeNuitkanizator - Nuitka .exe Analyzer was submitted on Product Hunt and earned 0 upvotes and 1 comments, placing #59 on the daily leaderboard. Nuitka Assembly analyzer (as well as PyInstaller and other packagers) and native exe-files for extracting metadata, strings, modules, and structures from compiled ones.exe files. It is not a decompiler - it does not restore the source code.
DeNuitkanizator - Nuitka .exe Analyzer was featured in Open Source (68.6k followers), Developer Tools (515.5k followers) and GitHub (41.3k followers) on Product Hunt. Together, these topics include over 112.7k products, making this a competitive space to launch in.
Who hunted DeNuitkanizator - Nuitka .exe Analyzer?
DeNuitkanizator - Nuitka .exe Analyzer was hunted by 2M12. A “hunter” on Product Hunt is the community member who submits a product to the platform — uploading the images, the link, and tagging the makers behind it. Hunters typically write the first comment explaining why a product is worth attention, and their followers are notified the moment they post. Around 79% of featured launches on Product Hunt are self-hunted by their makers, but a well-known hunter still acts as a signal of quality to the rest of the community. See the full all-time top hunters leaderboard to discover who is shaping the Product Hunt ecosystem.
Want to see how DeNuitkanizator - Nuitka .exe Analyzer stacked up against nearby launches in real time? Check out the live launch dashboard for upvote speed charts, proximity comparisons, and more analytics.