[python-win32] Anti-reverse Python-based binaries?

niki niki at vintech.bg
Fri Feb 10 09:03:20 CET 2012


On  9.02.2012 20:41, Tim Roberts wrote:
> Jun Koi wrote:
>> 1) how serious this problem is in your opinion? is it really true that
>> it is impossible to protect the binaries from reversing?
>
> Yes.  If this is an issue for you, then you should not be using an
> interpreted language at all.  You need to use something that is
> compiled, like C++.  Even compiled code can be reverse-engineered, but
> it's much harder.

IMHO not true. Professional decompilers for C++ are much better than 
python decompilers. Example: hex-rays

Niki


More information about the python-win32 mailing list