From d46b7eb297d54603b7558068e932aeaeb0e647aa Mon Sep 17 00:00:00 2001 From: ergrelet Date: Wed, 15 May 2024 17:45:26 +0200 Subject: [PATCH] Update README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c9c3a1..c7dd497 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ 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 -- Doesn't support partially mutated functions - Doesn't support ARM64 binaries ## How To @@ -47,3 +47,5 @@ options: Output binary path -v, --verbose Enable verbose logging ``` + +You can also find a Binary Ninja plugin in the `binja_plugin` directory.