tree: 9a2f7d16b5a9577c4313f426e8a4264020331950 [path history] [tgz]
  1. aidl-fuzzers/
  2. Android.bp
  3. keystore2_unsafe_fuzzer.rs
  4. README.md
keystore2/src/fuzzers/README.md

Fuzzers for libkeystore2

Table of contents

Fuzzer for Keystore2Unsafe

All the parameters of Keystore2Unsafe are populated randomly from libfuzzer. You can find the possible values in the fuzzer's source code.

Steps to run

  1. Build the fuzzer
$ m -j$(nproc) keystore2_unsafe_fuzzer
  1. Run on device
$ adb sync data
$ adb shell /data/fuzz/${TARGET_ARCH}/keystore2_unsafe_fuzzer/keystore2_unsafe_fuzzer