objection
objection copied to clipboard
QoL fixes
- Fix few remaining job handler instances not returning implementation.
- Add error messages such that incorrect job implementations do not fail silently.
- Change some common Exception errors to normal prints + sys.exit.
- Add code similar to frida-tools to support also attaching by application identifier instead of name. I.e.
objection -n "RootBeer Sample" startandobjection -n "com.scottyab.rootbeer.sample" startnow works.