frida / frida-java-bridge

Java runtime interop from Frida
324 stars 120 forks source link

[Question] How do I use a local version of this library in a local Frida build? #288

Open gsingh93 opened 1 year ago

gsingh93 commented 1 year ago

I've fixed a bug in frida-java-bridge that gets it working on the new Android 14 that I would like to upstream to this repo (see #289). I had a very hard time testing this fix though, as I needed to patch bindings/gumjs/generate-runtime.py in frida-gum to use my local copy of this repo.

Is there any easier way to do this?