Quote:
Originally Posted by dickloraine
I don't know if the program is even written in python, I think the OP thought that you could use python to write code into any program.
|
Huh, I see...
Not happening.
In order to modify a program you either need source code.
Or it must be written in a scripted language like python or perl which are their own source (and you freeze binaries with the actual source appended to a stub launcher).
Or written in Java which is easily decompiled (if you don't mind the typical obfuscation).