https://github.com/iddoeldor/mplus
Intercept android apps based on unity3d (Mono) using Frida
https://github.com/iddoeldor/mplus
frida hooking mono unity3d
Last synced: 11 months ago
JSON representation
Intercept android apps based on unity3d (Mono) using Frida
- Host: GitHub
- URL: https://github.com/iddoeldor/mplus
- Owner: iddoeldor
- License: mit
- Created: 2018-11-19T17:21:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T11:55:21.000Z (about 7 years ago)
- Last Synced: 2025-04-23T08:13:23.704Z (about 1 year ago)
- Topics: frida, hooking, mono, unity3d
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 48
- Watchers: 2
- Forks: 15
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [mplus](https://gist.github.com/iddoeldor/c243a2f21b27e1579a41230a0df1b649)
Install Node.js, run `npm install` to install dependencies
Run it via `./app.js $PACKAGE_ID$`
read the class hierarchy output @ `/__handlers__/$PACKAGE_ID$/metadata.json`, pick intersting method & intercept with `intercept({ className: "NetworkDriver", methodName: "SomeMethod" });` to log the method & arguments
interceptors should be inside `/__handlers__/$PACKAGE_ID$/inject.js`
question ? [click here](https://github.com/iddoeldor/mplus/issues/new)
I'll update this README with GIFs and couple more examples (+ update the db interface to use mongodb)
GL & HF
References
* [frida setup & basics](https://youtu.be/sdpEJguRd6o?t=1070)
* [Related](https://github.com/frida/frida/issues/572)