- Build the fuzzer with
make mfx_c2_avc_dec_fuzzer
. - Find the files in out/target/product/caas/data/fuzz and move mfx_c2_avc_dec_fuzzer to the previous level(
/data/fuzz/x86_64/mfx_c2_avc_dec_fuzzer
). - adb push data/fuzz to your device.
- Execute the fuzzer with '/data/fuzz/x86_64/mfx_c2_avc_dec_fuzzer'.
For more information, see the libfuzzer