jsmcpn
Joined: 30 Aug 2007 Posts: 2 Location: Colorado
|
Posted: Thu Aug 30, 2007 10:03 pm Post subject: %MYFILES% is NOT encrypted while the EXE is running?!? |
|
|
To my dismay, I discovered that any INCLUDE files that I supply are extracted to the hard drive when the EXE is launched, and the can be viewed.
Is there a way to use QBF in a way that just executes INCLUDE files so that they are not copied to the hard disk?
Example:
Use a windows debugger, such as OllyDbg.exe to launch the compiled EXE. Insert a breakpoint after the files are extracted to %myfiles%. Locate the true location of %myfiles% in windows explorer, and there are all the INCLUDE files!
What good is encrypting the EXE if you can access the files it extracts while running? |
|