sensepost / objection

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

Objection Scripting ? #489

Closed DSTRULLU closed 1 month ago

DSTRULLU commented 2 years ago

Hi

Now I build SVM to detect some malware type and I use objection combine with Frida for Dynamic analysis. I make a program to run automatically the analysis but I have problem.

When I run my Objection's process to hook some class my prompt freeze and my program can't execute the remaining code. To solve this I want to make a script with objection instructor without using the command line. Is it possible ?

IPMegladon commented 1 month ago

Objection does have an API that you may be able to use for things like this. Closing issue as stale, feel free to reopen.