iddoeldor / mplus

Intercept android apps based on unity3d (Mono) using Frida

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

I'll update this README with GIFs and couple more examples (+ update the db interface to use mongodb)

GL & HF

References

About

Intercept android apps based on unity3d (Mono) using Frida

License:MIT License


Languages

Language:JavaScript 100.0%