Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hluwa/ZenTracer
an android method tracer gui tool base-on frida
https://github.com/hluwa/ZenTracer
Last synced: 3 months ago
JSON representation
an android method tracer gui tool base-on frida
- Host: GitHub
- URL: https://github.com/hluwa/ZenTracer
- Owner: hluwa
- Archived: true
- Created: 2019-10-30T15:01:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T17:19:29.000Z (about 5 years ago)
- Last Synced: 2024-07-28T18:39:23.105Z (4 months ago)
- Language: Python
- Homepage:
- Size: 216 KB
- Stars: 434
- Watchers: 10
- Forks: 121
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### screenshot
![](./screenshot.png)### problem
1. the commandline trace script is not intuitive, so i use the PyQt draw UI.
2. * maybe has some bug, please fix when using..### usage
1. require `PyQt5` & `frida`.
2. manage Match/Black Pattern of target in `Action`.
3. support double match mode: 'M'(match),'E'(equal); such as: 'M:android.content.', 'E:android.content.ContextImpl'.
4. `Import jadx-jobf` can modify classname to sync jadx deobfuscate.
5. `Export\Import JSON` can save\restore call tree.### changelog
#### 20190926
1. [untested\imperfect] support multiprocess.
2. merge ui code.
3. fix bugs.
4. add README :)#### ....