frida/frida-gum

Use Gum to hook Java methods?

jorgschulze73 opened this issue · 0 comments

I understand this is probably a very specific use-case, but I was wondering if there's any way I can leverage gum in order to hook Java methods from a codebase that is purely C/C++?
I would like to avoid having to embed a whole JS runtime and rely on writing hooks in JavaScript, as that would make maintenance of my project more cumbersome (no more strictly-typed checks and so on).
Thank you