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

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

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

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

ツールディレクトリ

カテゴリ

すべてのカテゴリを見る
Loading categories
frida-medit — Frida上に構築されたクロスプラットフォームCUIプロセスメモリスキャナで、リバースエンジニアリングや解析中にライブプロセスメモリの検索、フィルタリング、パッチ適用、ダンプを行います。 | Kitploit
ツール/GitHubGitHub/gmh5225/frida-medit
動的分析 (サンドボックス)メモリフォレンジックリバースエンジニアリングデバッガフォレンジックバイナリ解析
GitHubgmh5225/frida-medit

frida-medit

Frida上に構築されたクロスプラットフォームCUIプロセスメモリスキャナで、リバースエンジニアリングや解析中にライブプロセスメモリの検索、フィルタリング、パッチ適用、ダンプを行います。

リポジトリを見る
53年前未レビュー

人気

すべて見る →

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

すべてのツールを探索

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

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

frida-medit

クロスプラットフォームのCUIベースのプロセスメモリアナライザー。

メモリスキャナー

root@kitploit:~
? Please Input a command. find
? Please Input a data type. ['dword']
? Please Input a value. 1000
progress: 100%|█████████████████████████████████████████████████████████████████████████████████████████████|
HIT COUNT:3834!!

--------------------------------------------------------
? Please Input a command. filter
? Please Input a data type. ['dword']
? Please Input a value. 1010
progress: 100%|█████████████████████████████████████████████████████████████████████████████████████████████|
FILTERD:1/3834!!

-------------------------------------------------
? Please Input a command. 3
  1) find
  2) filter
  3) patch
  4) dump
  5) list
  6) view
  7) exit

リアルタイムメモリビューア

img

使用方法

Pythonライブラリをインストールします。

root@kitploit:~
# windows
pip install -r requirements_windows.txt

# other
pip instlal -r requirements.txt

frida-serverをインストールして起動します。

root@kitploit:~
python main.py Cydia

# or

python main.py com.saurik.Cydia

# or

python main.py -p ProcessId

既知の問題

  • filterは遅い

ライセンス

MemoryView

オリジナルのソフトウェアは以下で入手可能です
https://github.com/walterdejong/hexview.
このプロジェクトは、上記の優れたソフトウェアを部分的に拡張したものです。

ツールをダウンロード