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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
Dwarf — PyQt5とfrida上に構築されたフル機能のマルチアーキテクチャ/OSデバッガ | Kitploit
ツール/GitHubGitHub/igio90/dwarf
Androidセキュリティ動的分析 (サンドボックス)iOSセキュリティリバースエンジニアリングデバッガモバイルセキュリティバイナリ解析
GitHubigio90/dwarf

Dwarf

PyQt5とfrida上に構築されたフル機能のマルチアーキテクチャ/OSデバッガ

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

人気

すべて見る →

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

すべてのツールを探索

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

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

Dwarf

PyPI pyversions PyPI version shields.io GitHub license GitHub issues

リバースエンジニア、クラッカー、セキュリティアナリストのためのデバッガーです。または、『くそっ、なぜラズベリーはこんなにふわふわなんだ』とか『アヒル戦士はめちゃくちゃ金持ちだ』と呼んでも構いません。お好きなように! pyqt5、frida、そしてひどいコードの上に構築されています。

既知の問題

  • JavaTraceView が歪んで表示される
  • JavaTraceView が値の代わりに weakref/ハンドルを表示する

Dwarf 2.0 リリースに取り組んでいます

インストール

root@kitploit:~
pip3 install dwarf-debugger

開発

root@kitploit:~
pip3 install https://github.com/iGio90/Dwarf/archive/master.zip

使用方法

デバッグ UI (アタッチウィザード)

root@kitploit:~
dwarf

デバッグ UI (直接指定)

root@kitploit:~
dwarf -t android com.facebook.katana
dwarf -t android 2145
dwarf -t ios 2145
dwarf -t local /usr/bin/cat /etc/shadow

デバッグ UI (独自エージェント)

root@kitploit:~
dwarf -t android -s /path/to/agent.js com.facebook.katana
dwarf -t local -s /path/to/agent.js /usr/bin/cat /etc/shadow

Dwarf typings + インジェクター

root@kitploit:~
$ dwarf-creator
project path (/home/igio90/test):
> 
project name (test):
> 
Session type (local)
[*] L (local)
[*] A (android)
[*] I (iOS)
[*] R (remote)

append i to use dwarf-injector (ai | android inject)
> ai
target package (com.whatsapp)
> com.whatsapp

$ (./intelliJ || ./vsCode).open(/home/igio90/test)
    .echo('enjoy scripting with frida and dwarf api autocompletition and in-line doc')

$ ./dwarf if myOs == 'unix' else 'dwarf.bat'

Dwarf trace

root@kitploit:~
dwarf-trace -t android --java java.io.File.$init com.facebook.katana

* Trying to spawn com.facebook.katana
* Dwarf attached to 19337
java.io.File $init
    /data  - java.io.File
    misc

java.io.File $init
    /data/misc  - java.io.File
    user

...
root@kitploit:~
dwarf-trace -t android --native --native-registers x0,x1,sp open+0x32
dwarf-trace -t android --native --native-registers x0,x1,sp targetModule@0x1234
dwarf-trace -t android --native --native-registers x0,x1,sp 0xdc00d0d0
dwarf-trace -t android --native --native-registers x0,x1,sp popen

DwarfCore (core.jsのソース)

dwarfのPythonバージョンのコア https://github.com/iGio90/DwarfCore/tree/core1





JavaScript | ライセンス | パトロンになる | Slack

ツールをダウンロード