sensepost / objection

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

Added --watch and friends to notify #581

Closed CDuPlooy closed 1 month ago

CDuPlooy commented 1 year ago

Basically this adds the ability to specify --watch --dump-* which will when the class is loaded (lazy check), also invoke the same function that android hooking watch does.

This is useful if you want to observe what an injected class does, since you no longer have to manually run watch once you know it's loaded.

leonjza commented 1 month ago

Thanks! <3