Open
Description
Sometimes there are commands we want ti run before we got objection promot.
Like android root disable
because application may check the root immediately when it lunch.
Or android sslpinning disable
because the application the that before we get promoted to disable
Please add a option ti run those right when the application lunch
Activity
IPMegladon commentedon Aug 21, 2024
This is quite complicated to fix completely, but there are some ideas on how to alternatively approach this. In terms of what is currently possible in objection to do this you can look at https://github.com/sensepost/objection/wiki/Early-Instrumentation
yooo1999 commentedon Sep 2, 2024
https://stackoverflow.com/questions/78838961/load-script-to-objection-on-startup
yooo1999 commentedon Apr 21, 2025
@IPMegladon Still I think that need to be consider
It's very useful (for example) to disable root in startup , and it's more easy with the objection built-in script