
Desofuscador estático para a ofuscação baseada em mutação do Themida, WinLicense e Code Virtualizer 3.x.
Uma ferramenta Python 3 para desofuscar estaticamente funções protegidas pelo Themida, WinLicense e Code Virtualizer 3.x baseadas em ofuscação por mutação.
A ferramenta foi testada no Themida até a versão 3.1.9. Espera-se que funcione também no WinLicense e Code Virtualizer.
Um plugin para Binary Ninja também está disponível aqui.
Você pode instalar o projeto com pip:
pip install themida-unmutate
Um build standalone do PyInstaller está disponível para Windows em "Releases".
Aqui está a aparência da 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