
Deofuscador estático para la ofuscación basada en mutaciones de Themida, WinLicense y Code Virtualizer 3.x.
Una herramienta de Python 3 para desofuscar estáticamente funciones protegidas por la ofuscación basada en mutaciones de Themida,
WinLicense y Code Virtualizer 3.x.
La herramienta ha sido probada en Themida hasta la versión 3.1.9. Se espera que
funcione también con WinLicense y Code Virtualizer.
También hay disponible un plugin para Binary Ninja aquí.
Puedes instalar el proyecto con pip:
pip install themida-unmutate
Una compilación independiente con PyInstaller está disponible para Windows en "Releases".
Así es como se ve la CLI:
$ themida-unmutate --help
usage: themida-unmutate [-h] -a ADDRESSES [ADDRESSES ...] -o OUTPUT [--no-trampoline] [--reassemble-in-place] [-v] protected_binary
Automatic deobfuscation tool for Themida's mutation-based protection
positional arguments:
protected_binary Protected binary path
options:
-h, --help show this help message and exit
-a ADDRESSES [ADDRESSES ...], --addresses ADDRESSES [ADDRESSES ...]
Addresses of the functions to deobfuscate
-o OUTPUT, --output OUTPUT
Output binary path
--no-trampoline Disable function unwrapping
--reassemble-in-place
Rewrite simplified code over the mutated code rather than in a new code section
-v, --verbose Enable verbose logging