Thread: Python
View Single Post
Old 01-06-2016, 03:25 PM   #9
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
Quote:
Originally Posted by dickloraine View Post
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).
eschwartz is offline   Reply With Quote