pjg
November 20th, 2001, 17:35
Can you give me a help?
I'm finishing a vb program that will be released as freeware or cardware. One thing that I hate is when lamers change the strings (like the name of the author) of the .exe. I want to avoid this, so I decided to encrypt the executable using programs like upx and PECompact. But for every encryptation program there is a decrypt application, many of them made by crackers like yourself, which shows the extremely knowledge you have (I know, knowledge is power
. So my questions are:
1 - If I use lets say UPX, can I change in my program the section names called upx to something else without damaging my program (I just want to confuse lamers, not stop crackers)?
2 - I know how to make a simple XOR encryptation to a file, but how to encrypt an exe, keeping it as an executable?
Sorry for the long post and I hope you understand my reasons. Thank you very much
I'm finishing a vb program that will be released as freeware or cardware. One thing that I hate is when lamers change the strings (like the name of the author) of the .exe. I want to avoid this, so I decided to encrypt the executable using programs like upx and PECompact. But for every encryptation program there is a decrypt application, many of them made by crackers like yourself, which shows the extremely knowledge you have (I know, knowledge is power

1 - If I use lets say UPX, can I change in my program the section names called upx to something else without damaging my program (I just want to confuse lamers, not stop crackers)?
2 - I know how to make a simple XOR encryptation to a file, but how to encrypt an exe, keeping it as an executable?
Sorry for the long post and I hope you understand my reasons. Thank you very much