frida-mono-api
frida-mono-api copied to clipboard
All the mono c exports, ready to be used in frida!
Hi @freehuntx, I created a program using [frida-inject](https://github.com/freehuntx/frida-inject) that spawns a certain Xamarin application and then injects a [frida-mono-api](https://github.com/freehuntx/frida-mono-api) based script. Everything works correctly if I use the `frida-mono-api` based...
Hey, When trying to use the API you provide I notice that exception is being thrown. After small debugging, I figure out that mono_assembly_foreach cannot be found by Module.findExportByName -...
Hello Thanks for this nice piece of work! However it seems like most newer apps doesn't work if using the newest release from npm/yarn. I.e. the added `libmonosgen-2.0.so` in `mono-module.js`...
Environment: macOS 14.0 CPU: Apple M2 Model: MacBook Air Frida Version: 16.1.4 I'm executing the command `frida AGame -l myscript.js`, but every time the JavaScript script runs `MonoApi.mono_compile_method(method)`, the script...
Hi, Can I use it from Frida console? I install it with npm but can't seem to use it from the Frida console.
Hi Team, Can you please provide some sought of documentation to use this API, would be much helpful.