Python icon indicating copy to clipboard operation
Python copied to clipboard

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

Open ygm521 opened this issue 1 year ago • 0 comments

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

ygm521 avatar Oct 19 '24 10:10 ygm521