All Projects → koemeet → Rtti Obfuscator

koemeet / Rtti Obfuscator

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

Programming Languages

cpp
1120 projects

Projects that are alternatives of or similar to Rtti Obfuscator

Dotnet Assembly Grapher
Reverse engineering and software quality assurance tool for .NET assemblies
Stars: ✭ 21 (-80.37%)
Mutual labels:  obfuscation
Optimus
🤖 Id obfuscation based on Knuth's multiplicative hashing method for PHP.
Stars: ✭ 1,084 (+913.08%)
Mutual labels:  obfuscation
Javascript Code Protection Example
An example of JavaScript code protection
Stars: ✭ 76 (-28.97%)
Mutual labels:  obfuscation
Ideas
Ideas for protecting C/C++
Stars: ✭ 37 (-65.42%)
Mutual labels:  obfuscation
Obfuscar
Open source obfuscation tool for .NET assemblies
Stars: ✭ 1,040 (+871.96%)
Mutual labels:  obfuscation
Obfuscation Stuff
Source Code Obfuscation And Binary Obfuscation, Multiple Languages And Multiple Platforms. Including 250+ Tools and 600+ Posts
Stars: ✭ 61 (-42.99%)
Mutual labels:  obfuscation
Spookflare
Loader, dropper generator with multiple features for bypassing client-side and network-side countermeasures.
Stars: ✭ 836 (+681.31%)
Mutual labels:  obfuscation
Masked
Mask sensitive data: replace blacklisted elements with redacted values
Stars: ✭ 103 (-3.74%)
Mutual labels:  obfuscation
Macro pack
macro_pack is a tool by @EmericNasi used to automatize obfuscation and generation of Office documents, VB scripts, shortcuts, and other formats for pentest, demo, and social engineering assessments. The goal of macro_pack is to simplify exploitation, antimalware bypass, and automatize the process from malicious macro and script generation to final document generation. It also provides a lot of helpful features useful for redteam or security research.
Stars: ✭ 1,072 (+901.87%)
Mutual labels:  obfuscation
Tinysmaliemulator
A very minimalist smali emulator that could be used to "decrypt" obfuscated strings
Stars: ✭ 68 (-36.45%)
Mutual labels:  obfuscation
Kylin Llvm Obfuscator
based on llvm 5.0.1 release with ollvm
Stars: ✭ 37 (-65.42%)
Mutual labels:  obfuscation
Enigma
Gradle Plugin - Obfuscator String Encryption (Android/Java)
Stars: ✭ 43 (-59.81%)
Mutual labels:  obfuscation
Skater .net Obfuscator
Skater .NET Obfuscator is an obfuscation tool for .NET code protection. It implements all known software protection techniques and obfuscation algorithms.
Stars: ✭ 64 (-40.19%)
Mutual labels:  obfuscation
Z00bfuscator
Z00bfuscator is the simple, open-source, cross-platform obfuscator for .NET Assemblies built on .NET Core
Stars: ✭ 35 (-67.29%)
Mutual labels:  obfuscation
Datadefender
Sensitive Data Management: Data Discovery and Anonymization toolkit
Stars: ✭ 79 (-26.17%)
Mutual labels:  obfuscation
Pyarmor
A tool used to obfuscate python scripts, bind obfuscated scripts to fixed machine or expire obfuscated scripts.
Stars: ✭ 886 (+728.04%)
Mutual labels:  obfuscation
Obfs4proxy Openvpn Linux
Obfuscating OpenVPN traffic using obfs4proxy - Linux platform
Stars: ✭ 57 (-46.73%)
Mutual labels:  obfuscation
Relocbonus
An obfuscation tool for Windows which instruments the Windows Loader into acting as an unpacking engine.
Stars: ✭ 106 (-0.93%)
Mutual labels:  obfuscation
Emojify
Obfuscate your python script by converting it to emoji icons
Stars: ✭ 99 (-7.48%)
Mutual labels:  obfuscation
Newsup
Fully feature high performance binary usenet uploader/poster
Stars: ✭ 65 (-39.25%)
Mutual labels:  obfuscation

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].