frida-java-bridge
frida-java-bridge copied to clipboard
The concatenated content will not be executed
I compiled frida-java-bridge.js according to frida-java-bridge and passed it to script = gum_script_backend_create_sync(backend, "example", js, NULL, cancellable, &error); but it seems that it only executes the content compiled by frida-compile. The console.log(">>>>>>>>"); I spliced later did not execute. I saw that the test used frida-java-bridge.js to splice js and then passed it to gumjs for execution, but why did the splicing here not execute?