Quote:
|
Originally Posted by jgestiot Have you ever developed large applications and maintained them over several years? If you have, you will understand how useless the code is once all comments have been removed and everything meaningful such as the defines used in case/switch have been replace with ridiculous names. How inviting is that code? I'd rather see USER_SETTINGS than something like _b915dcba1566493b. How well could the code stolen from you be maintained and commercialised by somebody else?
I repeat my yet unanswered question here: Why would you not obfuscate? |
You ever tried to crack a PE file? If people can read PE why obfuscate?
To answer your question: To me obfuscation only makes it harder for noobs not for me nor my fellow hackers.