Mega Code Archive

 
Categories / Delphi / Ide Indy
 

Make your Delphi app protected against reverse engineering

Title: Make your Delphi app protected against reverse engineering Today anything locked will/can be broken. Even Microsoft products have been unlocked. Win32Disassembler(W32DASM), Resource Hacker(Sorry Angus), DeDe( sorry daFixer) ,Revenderpro(sorry puthoon) These are a few applications that decompile our source code. Ok w32dasm is not that much. but Resource Hacker can actually change the status and visiblty and positions of contols. But! ,one thing is that they cannot extract dcu or pas from our applications. Using this method you not only protecting but compressing you app. Im only a kid, under 16 but programmin for 6months now, i got excited when my irc client became 2mb But im used to it now, the program is going for 3mb but protected and comprsd its 876kb. Programs that have a non-standard layout cannot be reversed. GET The Ultimate eXecutable Packer (UPX) http://upx.sourceforge.net/ I Just unzip upx32 into my output folder and when im done compiling i just drag the app over the upx file. Check out http://pranashan-m.za.net later on in 2002 September for my personal compressor Im goning to make a protector hopefully with more options