frida / frida-compile

Compile a Frida script comprised of one or more Node.js modules
Other
190 stars 48 forks source link

Cannot parse the script to a eval #89

Open publicresources opened 9 months ago

publicresources commented 9 months ago

is it possible to pass the generated _agent.js to the javascript function called "eval" ? this frida specific format does not generate a valid js file, which dont allow use such javascript parses and eval function, is there a flag to make it transpile to a simple js valid syntax file?