Skip to content
KitploitKITPLOIT
ツールブログ
提出
ツールブログ
提出

ハッキング、侵入テスト、サイバーセキュリティツールをあなたのセキュリティアーセナルに!

Kitploitはハッキング、サイバーセキュリティ、ペネトレーションテストのツールディレクトリです。最新のプロジェクトアップデートを見つけて、脆弱性の発見、システム分析、テストの自動化、セキュリティの強化を行いましょう。

··フィード·お問い合わせ·プライバシー·© 2026 Kitploit

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
themida-unmutate — 静的デオブフスケーター: Themida、WinLicense、Code Virtualizer 3.xのミューテーションベースの難読化を解除します。 | Kitploit
ツール/GitHubGitHub/ergrelet/themida-unmutate
静的分析リバースエンジニアリングシェルコードマルウェア分析バイナリ解析バイナリエクスプロイト
GitHubergrelet/themida-unmutate

themida-unmutate

静的デオブフスケーター: Themida、WinLicense、Code Virtualizer 3.xのミューテーションベースの難読化を解除します。

リポジトリを見る
3803312年前Kitploit レビュー済み

人気

すべて見る →

コミュニティで最も使われているツールを見つけましょう。

すべてのツールを探索

ツールコレクションを閲覧

すべてのツールを見る →
共有

themida-unmutate

GitHub release Minimum Python version CI status

Themida、WinLicense、およびCode Virtualizer 3.xのミューテーションベースの難読化によって保護された関数を静的に復号化するためのPython 3ツール。
このツールはThemidaバージョン3.1.9まででテストされています。WinLicenseやCode Virtualizerでも動作することが期待されています。

Binary Ninjaプラグインもこちらで入手できます。

機能

  • トランポリンの宛先アドレスを自動的に解決
  • ミューテーションされた関数を静的に復号化
  • 完全に動作するバイナリを再構築

既知の制限事項

  • ARM64バイナリには対応していません

ダウンロード方法

pip を使用してプロジェクトをインストールできます:

root@kitploit:~
pip install themida-unmutate

Windows向けのスタンドアロンPyInstallerビルドは「Releases」にあります。

使用方法

CLIの外観は次のとおりです:

root@kitploit:~
$ 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
ツールをダウンロード