Ch0pin / android-fuzzing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android greybox fuzzing with AFL++ Frida mode

This repository contains the material associated with the blogpost Android greybox fuzzing with AFL++ Frida mode.

In particular:

  • A CMakeLists.txt file that allows to build AFL++ Frida mode for Android 12 aarch64;
  • The Android application used as the fuzzing target;
  • The jenv library that allows the initialization of a Java environment from a native harness;
  • A standard native function harness;
  • A weakly linked JNI function harness;
  • A strongly linked JNI function harness.

Information about the build and the use of this material is in the blogpost.

About


Languages

Language:C 51.4%Language:CMake 28.4%Language:JavaScript 20.2%