extremecoders-re / nuitka-extractor

Tool to extract nuitka compiled executables
MIT License
71 stars 6 forks source link

This should of course be in Nuitka #3

Open kayhayen opened 1 year ago

kayhayen commented 1 year ago

Hello from the Nuitka author,

this whole feature should of course have to be in Nuitka itself. The onefile is just an SFX with no unpacker provided by Nuitka, which apparently triggered this project. I invite you to help inside of Nuitka to create the unpacker, sharing the code constants of the packer, it's not like sometimes I do not have to debug this, and then I would need one.

Best regards, Kay Hayen

extremecoders-re commented 1 year ago

Thanks for the invite. I do plan to contribute to the Nuitka project in the future with regards to the unpacker. It has to be in C as with rest of Nuitka.

kayhayen commented 1 year ago

Hello,

the packer ist written in Python with zstandard. The current unpacker is in C but it's a trivial thing. Mostly the header format.

I intend to make changes such that cached mode can skip files for speed.

It would make sense to work on this together. It is not to going to get easier as it progresses.

Yours Kay

extremecoders-re @.***> schrieb am Fr., 14. Juli 2023, 07:54:

Thanks for the invite. I do plan to contribute to the Nuitka project in the future with regards to the unpacker. It has to be in C as with rest of Nuitka.

— Reply to this email directly, view it on GitHub https://github.com/extremecoders-re/nuitka-extractor/issues/3#issuecomment-1635315942, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABAH62AM2RCMT4PL42VGXV3XQDNKNANCNFSM6AAAAAA2I7ALFE . You are receiving this because you authored the thread.Message ID: @.***>

alienmaster9 commented 8 months ago

image how could can extract it??

extremecoders-re commented 4 months ago

is it possibe to turn nuitka.exe to nuitka.py?

Unfortunately no such way exists or atleast it would be very difficult.