Razvan Sima
Razvan Sima
clone frida including submodules `git clone --recurse-submodules https://github.com/frida/frida.git` change `frida/frida-gum/gum/gummemory.c` content from gboolean gum_query_is_rwx_supported (void) { #ifdef HAVE_IOS static gsize cached_result = 0; if (g_once_init_enter (&cached_result)) { gboolean supported =...
Which JDK version and OS are you using?
Yes, you need symbols. To test you can use Module.enumerateSymbolsSync('jvm.dll'). Try DebugSymbol.load(path) on a pdb