I'm developing something that makes use of encrypting and decrypting the chain files before they're ran. The chain files will be acting as data files for the main program to load and utilize, but are protected to prevent direct editing. I know that I can decrypt the chain file to the hard drive and then run the chain file, but was hoping for a more secure method.
EXE/COM encryptors work by decrypting the entire program in memory and running the executable at the specified address. Is it possible to load a chain file into memory and locate its position to decrypt, and then have it run?
Thanks.
EXE/COM encryptors work by decrypting the entire program in memory and running the executable at the specified address. Is it possible to load a chain file into memory and locate its position to decrypt, and then have it run?
Thanks.
Comment