Results 8 comments of 葛兵

I made some tests, and below is the result: - ARM64/API23: failed for all version after 12.00. - ARM32/API23: success for version 12.6.16 - Emulator X64/API 25: success for version...

This bug is cause by gum_memory_patch_code(), and i made a new Issue on `frida-gum`(https://github.com/frida/frida-gum/issues/343)(url). I also make a fix and pull request for this bug. (https://github.com/frida/frida-gum/pull/344) @oleavr

Sorry for reply later, because i am on vacation. Below is may patch for this problem and also including use user-defined class loader: ``` function javaUse(className, classLoader, ignoreClasses) { ignoreClasses...

I am glad that you solved your problem. Obviously my patch is not very suitable for your case, but your modification is a more general solution.

that's the wanted feature, pls merge ASAP

Is there anyone working for ARM64 image? @caigy

I think the convert between native and javascript is also very useful for processing native export functions, so in my utility code, i ported the `toNative` and `fromNative` from `frida-objc-bridge`...