April 10Apr 10 comment_12220 Standalone C tool to extract, decode, and export Python source code from Nuitka-compiled binaries — with no CPython dependency in the loader itself.What it doesNuitka .exe / .dll └─ RCDATA resource #3 (rcdata_10_3.bin) └─ blob header [CRC32][size] └─ .bytecode → .pyc per module └─ __main__ → __main__.pyc └─ mypackage.mod → mypackage/mod.pyc └─ ... ↓ output/ __main__.pyc + __main__.hex mypackage/ mod.pyc + mod.hexEach .pyc is a proper Python bytecode file: [4B magic][4B flags=0][4B mtime=0][4B srcsize=0][marshal bytes]Project layoutnuitka_blob_loader/ ├── include/ │ └── blob_loader.h ← public API + complete wire-format docs ├── src/ │ ├── main.c ← CLI with all flags │ ├── blob_loader.c ← verify / find / decode constants │ ├── blob_export.c ← .pyc + .hex writer, hex dumper │ └── crc32.c ← CRC-32/ISO-HDLC ├── extract_sbox.py ← dump cipher S-box from the .exe ├── gen_test_blob.py ← generate a test rcdata_10_3.bin ├── verify_pyc.py ← verify / disassemble / decompile output ├── Makefile └── CMakeLists.txt This is the hidden content, please Sign In or Sign Up Link to comment https://decodehub.org/topic/1057-nuitka-to-original-source-made-in-c/ Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
April 13Apr 13 Author comment_12272 https://github.com/HydraDragonAntivirus/HydraDragonAntivirus/tree/development-version/hydradragon/nuitka_deobfuscate Link to comment https://decodehub.org/topic/1057-nuitka-to-original-source-made-in-c/#findComment-12272 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
April 17Apr 17 comment_12337 maini asla kod olarak çıkaramıyor bu neden? sadec kütüphaneleri çıkaraıyor ve mainin sabitlerini çıkarıyor sadece Link to comment https://decodehub.org/topic/1057-nuitka-to-original-source-made-in-c/#findComment-12337 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
April 18Apr 18 comment_12344 this is useful thank you Link to comment https://decodehub.org/topic/1057-nuitka-to-original-source-made-in-c/#findComment-12344 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
April 18Apr 18 comment_12348 bro why delete? https://github.com/HydraDragonAntivirus/HydraDragonAntivirus/tree/development-version/hydradragon/python_hook_backend/new/nuitka_blob_loader Link to comment https://decodehub.org/topic/1057-nuitka-to-original-source-made-in-c/#findComment-12348 Share on other sites Share on Facebook {lang="reddit_text" Share on LinkedIn Share on Pinterest Share on X More sharing options... Share this post
Create an account or sign in to comment