sensepost / objection

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

Change signature authority in objection. #484

Closed venkata16sidhartha closed 1 month ago

venkata16sidhartha commented 2 years ago

Is there any way to change the signing authority in objection?

IPMegladon commented 1 month ago

Currently not automatically but you can manually replace the keystore here: https://github.com/sensepost/objection/blob/master/objection/utils/assets/objection.jks Here is the code used to access the keystore: https://github.com/sensepost/objection/blob/master/objection/utils/patchers/android.py#L942 That said, this issue is quite old so closing as stale for now.