OP 09 February, 2020 - 02:19 AM
This is a bump
This post is by a banned member (Sartux) - Unhide
12 February, 2020 - 05:23 PM
It depends what you need to defend against. You can do basic byte code obsfucation with this:
Code: python -OO -m py_compile <your program.py> Or you can try something like: https://liftoff.github.io/pyminifier/ There some good tips here if you want to actually rewrite your code: https://www.codementor.io/@peequeelle/ho...-kdcoep1fs |
Create an account or sign in to comment | ||
You need to be a member in order to leave a comment | ||
Create an account
Sign up for a new account in our community. It's easy!
|
or |
Sign in
Already have an account? Sign in here.
|