diff --git a/README.md b/README.md index 4c9c3a1..13a34fb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A Python 3 tool to statically deobfuscate functions protected by Themida's mutat - Automatically resolve trampolines' destination addresses - Statically deobfuscate mutated functions - Rebuild fully working binaries +- Binary Ninja integration ## Known Limitations @@ -47,3 +48,5 @@ options: Output binary path -v, --verbose Enable verbose logging ``` + +You can also find a Binary Ninja plugin in the `binja_plugin` directory.