Program options


List of features

Options, Controls

[Add Debugger detection]
Adds Debugger detection to your file.

[Close program after: ... minut]
If you select this option the application will be terminated(without any message) 
after time-out value.
Please note that when using this option for .DLL files after DLL_PROCESS_ATTACH message you will receive DLL_THREAD_ATTACH message.

[API Redirection]
All refers to import function will be placed somewhere in alloceded memory.
It's advised that this option is always selected.

[Section names]
'User name'- type maximum 8 chars or nothing then sections names will be cleared.
'Random known protector,packer'- random section name from my database.
'Don't  rename' - section names will be the same as in original file.

[Antidump protection]
Protect application against code dumping from memory.

[Password protection]
Protected file will be encrypted using entered password <6,128> characters.
You need to enter password every time that your program is going to be executed.

Attention
It's not possible to recover a password that has been lost!

[Remove the OEP]
PESpin will remove physically few instructions after your Orginal Entry Point(OEP).
Disable this option if your program returns control to the OEP after being executed.

[Code redirection]
Code inside application will be protected, so that even after the dump of protected file
to hard drive the program won't execution.

Attention
Don't use this option if your application uses SMC(Self Modyfying Code).

[Debug blocker]
Briefly put, this causes the program to create two instances whenever it is run - called "parent" and "child" processes.
Some parts of code will be emulated in the "parent" process and the results will be passed to "child" process.

Attention
Don't use this option if your application uses SMC(Self Modyfying Code).
Disable if your application won't run or runs significant slower.

[Strip overlays]
Removes the (mostly) useless data at the end of a file.
Disable for flash executables.

[Strip .reloc section if possible]
Remove the .reloc section from an executable file.
By default not applied to .DLL files.

[Compress resources]
Compress your file's resource section. By default RT_MANIFEST, RT_ICON, RT_VERSION, RT_GROUP_ICON aren't compressed.
Disable this option if you have some 'exotic' resources that must remain uncompressed.

Attention
Disable for FASM executables.

[Optimize MS-DOS header size]
Optimize original MS-DOS header, but leave dos stub warning message.

[Create backup file]
Create backup file.

Please note that while processing .DLL files most of protection features won't be apply.
This is due to slightly different loading process.