gmh5225 / pe-protector

Pe-protector protects executable files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 89.2%Language:Assembly 6.8%Language:CMake 2.7%Language:C 1.1%Language:Shell 0.2%