Skip to content

PELock/PELock-Software-Protection-and-Licensing-SDK

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PELock Software Protection & Software License Key System

PELock is a software security solution designed for protection of any 32 bit Windows applications against cracking, tampering and reverse engineering analysis.

https://www.pelock.com/products/pelock

Antidebugging options

You can protect any compiled application file for Windows as long as it's compatible with Portable Executable format, no matter what programming language or development environment was used to create it.

Advanced software protection settings

SDK

You can closely integrate the protection and licensing features using dedicated SDK with hundreds of examples for C/C++, Delphi, Lazarus, Free Pascal, PureBasic, PowerBASIC, D, Assembler with full source codes.

Protection and Licensing SDK settings

Software Licensing

PELock comes with a built-in licensing system, you can use it to easily add license key system for your application.

License key manager

Adding new license

Time trial settings

You can also set various time-trial limitations for the protected application, e.g. 30 days trial.

Time trial settings

Virtual DLL binder

PELock has a built-in binder for additional application DLL libraries, it's possible to merge your main application EXE file with any number of extra DLL libraries into single output EXE file.

Virtual DLL binding

If your application uses or requires an additional DLL libraries you can hide them inside the protected application, no third party will be able to view it, nor any other program will have access to it, because the whole loading process is emulated in the memory and nothing is written to disk, and it's completely transparent to the application working.

Bartosz Wójcik