-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This should of course be in Nuitka #3
Comments
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
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAH62AM2RCMT4PL42VGXV3XQDNKNANCNFSM6AAAAAA2I7ALFE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Unfortunately no such way exists or atleast it would be very difficult. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: