TheAlgorithms/Python

How to customize bytecode in python3.11.7, and what are the precautions?

Opened this issue · 0 comments

ygm521 commented

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