sensepost / objection

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

Disable Root Detection before the application start #470

Closed flamecopper closed 3 years ago

flamecopper commented 3 years ago

android root disable ios jailbreak disable

Normally for these command, it will run after the application is started. Is there any way to do this before the application starts?

leonjza commented 3 years ago

The best option now is to use it as a startup command. Hopefully when I finally get to the spawn logic refactoring I'll try and improve the early instrumentation.

Marking this as a duplicate of #335