sensepost / objection

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

Inject loadLibrary at beginning of existing clinit #460

Closed bennofs closed 2 years ago

bennofs commented 3 years ago

By injecting into the start of the constructor, we ensure that the gadget is loaded as early as possible, allowing hooks to be set before the other code in the constructor executes.

leonjza commented 2 years ago

Nice! Thank you!