Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
frida-medit — Frida 기반의 크로스 플랫폼 CUI 프로세스 메모리 스캐너로, 리버스 엔지니어링 및 분석 중 실시간 프로세스 메모리를 검색, 필터링, 패치, 덤프하는 데 사용됩니다. | Kitploit
도구/GitHubGitHub/gmh5225/frida-medit
Dynamic Analysis (Sandboxing)Memory ForensicsReverse EngineeringDebuggersForensicsBinary Analysis
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.
이 프로젝트는 위 훌륭한 소프트웨어를 부분적으로 개선한 것입니다.

도구 다운로드