https://github.com/zhkl0228/snoop
Intercept Java applications locally
https://github.com/zhkl0228/snoop
javasnoop xposed
Last synced: about 2 months ago
JSON representation
Intercept Java applications locally
- Host: GitHub
- URL: https://github.com/zhkl0228/snoop
- Owner: zhkl0228
- Created: 2020-01-27T13:13:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T06:42:18.000Z (about 3 years ago)
- Last Synced: 2025-04-02T12:38:51.513Z (3 months ago)
- Topics: javasnoop, xposed
- Language: Java
- Homepage:
- Size: 399 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaSnoop
Intercept Java applications locallyJavaSnoop attempts to attach to an existing process (like a debugger) and instantly begin tampering with method calls, or just watch what’s happening on the system.
Work with [Inspector client](https://github.com/zhkl0228/InspectorClient).