Skip to content

Commit 1e9e935

Browse files
author
hackcatml
committed
2 parents 783e934 + 264729e commit 1e9e935

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# mlviewer
2-
Memory View & Edit PyQt6 application powered by Frida<br>
3-
It's a program running some useful frida scripts with ui
4-
2+
An iOS, Android application memory view & edit PyQt6 application powered by Frida<br>
3+
It's a program running some useful frida scripts with ui to help mobile app analysis
54

65
# Prerequisite
76
```
@@ -29,11 +28,16 @@ python main.py
2928
Drag some hex bytes, mouse right button, click "Hex to Arm"<br>
3029
![화면 기록 2023-06-22 오전 12 06 56](https://github.com/hackcatml/mlviewer/assets/75507443/330f2847-3f3e-4434-b4d1-1a2c1bb3d8be)
3130

31+
- Watch arguments, regs on address<br>
32+
Select address, mouse right button, click "Set Watch Func" or "Set Watch Regs"<br>
33+
You can monitor arguments with the read option during a function's onEnter or onLeave<br>
34+
Select args, mouse right button, choose options(ex. select 'args0', check 'onLeave', 'readUtf8String' will log args0.readUtf8String() at onLeave)<br>
35+
![화면 기록 2023-07-02 오후 10 22 58](https://github.com/hackcatml/mlviewer/assets/75507443/fb6d8a34-cc16-4334-a128-2970a0fb3317)
36+
3237
- Other examples<br>
3338
so file dump, memory scan, etc<br>
3439
https://hackcatml.tistory.com/174
3540

36-
3741
# Credits
3842
[dump-ios-module](https://github.com/lich4)<br>
3943
[dump-so](https://github.com/lasting-yang/frida_dump)<br>

0 commit comments

Comments
 (0)