An open API service indexing awesome lists of open source software.

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

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)