Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koemeet authored May 3, 2017
1 parent b4eaa55 commit 3b9673e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 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>
```

0 comments on commit 3b9673e

Please sign in to comment.