Skip to content

Intercept android apps based on unity3d (Mono) using Frida

License

Notifications You must be signed in to change notification settings

iddoeldor/mplus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mplus

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published