
Frida 기반의 크로스 플랫폼 CUI 프로세스 메모리 스캐너로, 리버스 엔지니어링 및 분석 중 실시간 프로세스 메모리를 검색, 필터링, 패치, 덤프하는 데 사용됩니다.
크로스 플랫폼 CUI 기반 프로세스 메모리 분석기.
? 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
Python 라이브러리를 설치하세요.
# windows
pip install -r requirements_windows.txt
# other
pip instlal -r requirements.txt
frida-server를 설치하고 시작하세요.
python main.py Cydia
# or
python main.py com.saurik.Cydia
# or
python main.py -p ProcessId
원본 소프트웨어는 다음에서 확인할 수 있습니다
https://github.com/walterdejong/hexview.
이 프로젝트는 위 훌륭한 소프트웨어를 부분적으로 개선한 것입니다.