nccgroup / house

A runtime mobile application analysis toolkit with a Web GUI, powered by Frida, written in Python.
https://www.nccgroup.trust/us/about-us/newsroom-and-events/blog/2018/june/house-a-mobile-analysis-platform-built-on-frida/
MIT License
1.4k stars 226 forks source link

App shelling? #3

Closed idb- closed 6 years ago

idb- commented 6 years ago

I may be an idiot (has happened before), but is there a way to launch app instead of attach using house? I need to perform hooks as soon as the app is loaded. Thanks in advance.

iddoeldor commented 6 years ago

https://github.com/iddoeldor/frida-snippets/blob/master/scripts/exec_shell_cmd.py

https://coderwall.com/p/j6buyw/launch-android-app-with-adb

idb- commented 6 years ago

i meant from inside house. it seems as though house only attaches to running processes.

H4oK3 commented 6 years ago

@idb- Yeah great question, I see your point, it shouldn't be hard to implement, I will find a time to work on it and push some updates with this feature;

H4oK3 commented 6 years ago

@idb- Hey the updates have been pushed, now House will automatically spawn the app if it is not running, let me know if that helps.