it is possible to disassembly the .pyo byte code fairly easily.
I don't think it results in a true python txt file but it does make reverse engineering fairly simple for anyone who does want to look at what is happening
this is why most python modules are distributed as the source txt.
occasionally someone may supply just the .pyo thinking that it protects there code but in reality trying to prevent people reading code is never successful. even an encrypted binary can be read with only moderate effort.
A Maintenance contract is essential, not a Luxury.
Do things on the cheap & it will cost you dear
well, I have this script from an old employe that didn't left the instructions to use this file. That is why I would like to decrypt the code in order to know how to use it. I don't have any intention to do reverse engineering.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.