
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.
यह प्रोजेक्ट उपरोक्त शानदार सॉफ़्टवेयर का आंशिक संवर्धन है।