sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.33k stars 840 forks source link

support write the output when exeute "import xxx.js" to a file #488

Open YuFong opened 2 years ago

YuFong commented 2 years ago

Is your feature request related to a problem? Please describe. feature request. when i execute the frida javascript by "import", please allow write the output to a file.

Describe the solution you'd like just like frida did: frida -U com.xxx.xxx -l _agent.js -o xxx.log

Describe alternatives you've considered None.

Additional context None.