Open kayhayen opened 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.
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: @.***>
how could can extract it??
is it possibe to turn nuitka.exe to nuitka.py?
Unfortunately no such way exists or atleast it would be very difficult.
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