
Android greybox fuzzing with AFL++ Frida mode
#Security Testing#Offensive Security
A penetration testing framework for identifying and exploiting vulnerabilities.
This repository contains resources for Android Greybox Fuzzing with AFL++ Frida Mode
This repository includes resources related to the blog post titled 'Android Greybox Fuzzing with AFL++ Frida Mode.'
It features a CMakeLists.txt file that facilitates the building of AFL++ Frida mode specifically for Android 12 on the aarch64 architecture.
The Designated Fuzzing Target Android Application
The Android application that has been designated as the target for fuzzing.
The jenv Library for Java Environment Initialization
The jenv library enables the initialization of a Java environment using a native harness. It supports:
- A standard native function harness;
- A weakly linked JNI function harness.
For detailed information about building and using this material, please refer to the blog post.