sensepost / objection

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

Added warnings for loaded classes #403

Closed TheDauntless closed 3 years ago

TheDauntless commented 4 years ago

Not all Java classes are available when the application is loaded. While this is technically an ART/Frida limitation, it might still be nice to inform the user of this potentially unexpected behavior.

leonjza commented 3 years ago

Thank you!