Closed TheCoryBarker closed 1 year ago
@TheCoryBarker @marktefftech Let me know when you want me to take a look - I am not very knowledgeable about Android internals, but I can ensure that everything is glued up with Jazzer in the right way.
@fmeum thank you, can you please take a look when you have a chance?
Addressed Marks feedback
Thanks Fabian, I addressed the feedback.
This work adds a native agent to Jazzer for fuzzing on Android. This will allow us to fuzz classes that are loaded in from the bootstrap classloader. To do this, this agent will
Since we will be adding instrumentation to the bootstrap classes, we also need to now move the Jazzer sanitizers into the bootstrap, so this agent will also extract the bootstrap jar from the jazzer_standalone_android.apk and inject this into the bootstrap classloader.