Skip to content

Pe-protector protects executable files.

License

Notifications You must be signed in to change notification settings

vkerty/pe-protector

 
 

Repository files navigation

Viewer Status Build Status Build

Pe-protector

Pe-protector helps you hide your sensitive windows executable files from being cracked. The stub file can be tuned to make protected file unique and undetectable.

Features:

  • Mutation of assembler instructions.
  • Build-in x86 assembler.
  • Highly extensible and flexible stub file.
  • Compression of source file.

Build

Install dependencies:

  • choco install choco-packages.config -y

Build steps:

  • git clone --recurse-submodules https://github.com/ATsahikian/pe-protector
  • cd ./pe-protector
  • cmake --preset release && cmake --build --preset release && ctest --preset release

About

Pe-protector protects executable files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 89.2%
  • Assembly 6.8%
  • CMake 2.7%
  • C 1.1%
  • Shell 0.2%