From: Denis on
I am looking for a good code obfuscator, I have seen a thread about obfuscation where p code was suggested, but I have found out that users can just set breakpoints in p files and use whos to see all variable names, variable contents and even step through the code. Unfortunately this is not enough protection for our source-code. And it is a large program where parts are not able to be used with the compiler, so making an executable is not an option unfortunately.