Hi, 2012/2/9 Jun Koi <[email protected]>: > On Thu, Feb 9, 2012 at 5:43 PM, Gabriel Gunderson <[email protected]> wrote: >> On Thu, Feb 9, 2012 at 2:37 AM, Jun Koi <[email protected]> wrote: >>> 1) how serious this problem is in your opinion? is it really true that >>> it is impossible to protect the binaries from reversing? >> >> I don't think it's a big deal. Who's going to do it? What will they gain? >> > > like those who want to get your source code, to access to the IP of > your software invention? > or the bad guys who want to hack your software? > these are all major concerns in this industry. > >> The 'problem' isn't unique to Python. For example, nearly every .NET >> app out there can be decompiled with tools easily obtained from the >> intertubes :) >> > > so we can simply say that we should give up, and better to switch to > native code?
or You can create only critical parts of your application in native code, for example split app into plugins. There are many ways howto protect parts of application code. > > this why i am wondering what people are doing to protect the Python binaries. > anybody here uses obfuscation technique, or has better methods? > > thanks, > Jun > _______________________________________________ > PySide mailing list > [email protected] > http://lists.pyside.org/listinfo/pyside _______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
