Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
工具/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。
本项目是对上述优秀软件的部分增强。

下载工具