The fuzzer plugin for libkeystore-get-wifi-hidl is designed based on the understanding of the library and tries to achieve the following:
The configuration parameters are not hardcoded, but instead selected based on incoming data. This ensures more code paths are reached by the fuzzer.
libkeystore-get-wifi-hidl supports the following parameters:
key)| Parameter | Valid Values | Configured Value |
|---|---|---|
key | String | Value obtained from FuzzedDataProvider |
This also ensures that the plugin is always deterministic for any given input.
The plugin feeds the entire input data to the libkeystore-get-wifi-hidl module. This ensures that the plugin tolerates any kind of input (empty, huge, malformed, etc) and doesnt exit() on any input and thereby increasing the chance of identifying vulnerabilities.
This describes steps to build keystoreGetWifiHidl_fuzzer binary.
Build the fuzzer
$ mm -j$(nproc) keystoreGetWifiHidl_fuzzer
To run on device
$ adb sync data
$ adb shell /data/fuzz/${TARGET_ARCH}/keystoreGetWifiHidl_fuzzer/keystoreGetWifiHidl_fuzzer