Quote:
|
Originally Posted by DJMaze 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. |
lol i cracked PE. and i also made a tool to help reverse engineer obfuscated code, by making them looks like var1func1,.. (same as yours) and keep the line number and filename in database to track them. obfuscate and encode is the same in terms of crackability. the only things is obfuscate made php looks less advance since you can't call user methods on the fly on some cases. but its still a good idea for less complicated apps.