%MYFILES% is NOT encrypted while the EXE is running?!?

Convert your BATch files into EXEcutable format in one click.
Post Reply
jsmcpn
Posts: 2
Joined: Thu Aug 30, 2007 9:48 pm
Location: Colorado

%MYFILES% is NOT encrypted while the EXE is running?!?

Post by jsmcpn »

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?
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

Why you need to encrypt included files? This feature designed for easy distrubution required files with compiled script.
Post Reply