User Guide: Windows Virtual Folder
Overview
Virbox Protector integrate several tools for software developer to use in conveniently, besides of the functionality of code protection and hardening and app shielding.
Windows Virtual Folder tools is the packing/archiving tools provides to developer to pack/archive a project with encryption functionality.
With the Windows Virtual Folder tools, developer may pack/archive all type of project file into one windows exe file, includes but not limited the dynamic link library (dll), video file (MP4), text file (txt) or other type of file. and then when software user only require to execute the packed execution file. which is much easier and convenient for both developer and software user.
Except project exe and dll file, all of project file will be encrypted when use the Windows Virtual Folder packed/archived.
Note:
Developer use Virbox Protector to protect main program (executable file, dll) and then use the "Windows Virtual Folder" tool to pack all of file/folder into one exe file.
Support System
Packing Project Folder Support
Type | System | Support or Not |
---|---|---|
PE project folder | Windows 7 or above | Yes |
.NET project folder | Windows 7 or above | Yes |
Other type of project folder | N/A | No |
Feature
With Windows Virtual Folder tools, it will bring much convenient to developer when developer complete app shielding & code hardening process. Software user only required to execute the packed exe file and then all of function available and active.
High Compatible: Except project exe and dll file, all of other type of project file will be encrypted when use the Windows Virtual Folder packed/archived into one exe file: such as, .ini, .txt, .config, .xml etc.,
The execution performance of project will not be negative impacted.
Note:
When execute the packed exe file, the exe file will be generate swap folder under temp folder, and all of file under the swap folder are encrypted file, and and all of these file will be cleared when execution closed.
Packing process
Add the main program (executable file)
Open Virbox Protector GUI tool, Click "
Tools
" in the Main Menu, findWindow Virtual Tool
in the bottom, as shown in the screenshot in below:
Click and open the Windows Virtual Folder tools
Functionality and Feature
2.1 Executable file path
: which means the path of the executable file of project;
2.2 Output File
: means the packed exe file output path;
2.3 Virtual Directory
: developer drag the rest of file which to be packed into the empty space of this Virtual directory
, this folder is the present folder of the executable file running or execution;
Please refer the screenshot below:
Add the executable file (exe file): drag the executable file into the
Input box
, then output file folder will be the folder to create the pack file on default, which used to save the packed exe file.Note: The type of executable file must be the exe file of PE or .NET type of exe file.
Add File/File Folder
Developer will have 3 ways to add file/folder: add file, add folder and add all file (Folder) from project folder, Developer may select one of three ways according to project file:
Add file
Add file, is applied for the exe file and other file to be packed are under same folder, developer may put all of file together and pack into one exe file.
First, drag the main exe file into the input box of
Executable File Path
Right click
Virtual Directory
to selectAdd file
or select file and drag the file directly into the GUI tool;
Add file, usually be used to add the file only, and the exe file and the rest of relevant file to be called are under same directory, see screenshot below:
Add Folder
Add folder, is applied for the exe file and other project file are located in different folder, and pack all of file in to one exe file.
First to drag the main exe file into the input box of
Executable file path
Right click
Virtual Directory
to select toAdd Folder
or select the folder and drag the selected folder into the GUI tool directly;
The path of the folder (location) must be under the same of directory as the exe file located, which is equivalent to the exe calling the file in the folder. see the screenshot as below:
Add all of file(folder) of project
Add all file(folder) , is applied for the project contains multiple file and multiple folder, to pack the complex project.
First of all, to drag the main exe file into the input box of
Executable file path
, and here theVirtual Directory
represent the upper level directory of exe file;Right click
Virtual Directory
to select toAdd all files (Folder) in the folder
and select the upper level of the folder of main exe file located to " Add all of file(folder)".
Add all of files and folders which under the selected folder, but except the selected folder itself;
Sample
Let's take a example with the project: Tester to go through whole process:
This project includes the main program exe, dll, and config folder, here we take this project as example to show the whole process to add and pack with one encrypted exe file. the whole packing process will be proceed as shown as below:
Drag the main exe:
load_subprocess.exe
into the input box ofExecutable file path
;Right click and select
Add all files(folder)
in the folder and select the folder:pack_demo
which in the upper level directory of the main exe and add;Click the
Virtual Folder
to list all of files, folders under theTester
Folder.Click
Pack
Option, then you can generate the packed file (exe file) which under the folder ofpack_demo\pack
;Execute the packed exe file: double click exe file, all functionality will be executed as normal.
Pack/Archive
When developer complete the setting to: Add main program (executable file) and Add file/Folder to the project;
Click the Button
Pack
which located at right corner in below (see attached screenshot), to pack/archive your project file.
When packing successful, you can find a exe file generated under the output path, all of file contained in this exe file has been encrypted.
Double click this exe file, all functionality running smoothly.
FAQ
Can we use
virbox protector
to protect the exe file or dll file of project file first, then use theWindows Virtual Folder
tool to pack and encrypt the whole project?Answer: Yes, support
Can we use
Windows Virtual Folder
tool to pack and encrypt the whole project file into one executable file and then useVirbox Protector
to protect this packed exe file?Answer: No, it doesn't support to use
Windows Virtual Folder
in this way, when you use Virbox Protector to protect the packed exe file, then it will popup message and shown:
The exe file has been protected
Last updated