frida-java-bridge icon indicating copy to clipboard operation
frida-java-bridge copied to clipboard

The concatenated content will not be executed

Open topcoco opened this issue 6 months ago • 0 comments

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?

Image

topcoco avatar Jul 02 '25 07:07 topcoco