hdbg / nimtector

Nim code protector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nimtector Logo

🛡️ nimtector

Semi-automatic code obfuscation solution

Supported transformations

Control flow flattening ✔️

Converts your codes Control Flow Graph into it's linear representation

JIT Obfuscation 👷‍♂️

Makes Intermediate Representation from your code and embeds JIT compiler alongside to generate function at run time

Virtual Machine 👷‍♂️

Creates unique Instruction Set Architecture and interpreter for it. Replaces your function with the result.

Junk Code Generator ✔️

Inserts meaningless code behind yours to frustrate reverse engineer.


Yurich Software (c) 2022

About

Nim code protector


Languages

Language:Nim 100.0%