Rtti Obfuscator Save

Obfuscates all RTTI (Run-time type information) inside a binary

Project README

C++ RTTI Obfuscator

Obfuscates all RTTI (Run-time type information) inside a binary so AC's can't catch you on it.

Usage

You can simply drop any binary into it and it outputs the obfuscated binary in <relative-dir>/<filename>.tan.<extension>.

It can also be used on the command line by simply providing the path to the input binary as its first argument:

$ rtti-obfuscator <path-to-binary>

Preview

This is how a binary would look without any RTTI obfuscation:

Now when ran through the obfuscator, it will turn into this:

Download

Get the latest binary from https://github.com/koemeet/rtti-obfuscator/releases.

Open Source Agenda is not affiliated with "Rtti Obfuscator" Project. README Source: koemeet/rtti-obfuscator
Stars
181
Open Issues
1
Last Commit
6 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating