You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to customize bytecode in python3.11.7, and what are the precautions? I tried to randomly swap the values below 90, and also randomly swap the value of one parameter, but when Python executed the flask project, various exceptions occurred and it could not run. https://github.com/0ffsetTrainingSolutions/PyOpcodeObfuscation/tree/main
The text was updated successfully, but these errors were encountered:
Feature description
How to customize bytecode in python3.11.7, and what are the precautions? I tried to randomly swap the values below 90, and also randomly swap the value of one parameter, but when Python executed the flask project, various exceptions occurred and it could not run.
https://github.com/0ffsetTrainingSolutions/PyOpcodeObfuscation/tree/main
The text was updated successfully, but these errors were encountered: