/nimtector

Nim code protector

Primary LanguageNim

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