Answer the question
In order to leave comments, you need to log in
python3, modified zip and modified zipimport
I found an interesting topic on protecting python scripts to
pack them into a zip archive, which will be slightly different from the usual
one and also modify zipimport so that it can connect such modified archives
and assemble the start script with this very import into exe
, it only occurs to rearrange the bytes in places in the zip archive
and in the zipimport constructor rearrange them back before importing
what can you advise? can you help with this? naturally not free
Answer the question
In order to leave comments, you need to log in
You can also encrypt and/or sign the bytecode itself, and write an import hook to decrypt and/or verify the signature .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question