I want to encrypt an .EXE-file. When I execute the file it must be decrypted such as like a virtual machine.
Any ideas how to do this?
thx, vbzero
Printable View
I want to encrypt an .EXE-file. When I execute the file it must be decrypted such as like a virtual machine.
Any ideas how to do this?
thx, vbzero
Look up "RC4" or "Encryption" on http://www.planet-source-code.com. You'll get many examples.