SkCodecFuzzer icon indicating copy to clipboard operation
SkCodecFuzzer copied to clipboard

Fuzzing harness for testing proprietary image codecs supported by Skia on Android

Results 4 SkCodecFuzzer issues
Sort by recently updated
recently updated
newest added

Environment - android-ndk-r21e - capstone-4.0.2 - skia 11-release error message ``` /root/SkCodecFuzzer/android-ndk-r21e/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android29-clang++ -o loader loader.o common.o tokenizer.o libdislocator.o -L/root/SkCodecFuzzer/deps/capstone-5.0-rc2 -lcapstone -L/root/SkCodecFuzzer/system/lib64 -lhwui -ldl -lbacktrace -landroidicu -lstatspull -Wl,-rpath -Wl,/root/SkCodecFuzzer/system/lib64 -Wl,--dynamic-linker=/root/SkCodecFuzzer/system/bin/linker64 /root/SkCodecFuzzer/system/lib64/libhwui.so:...

I used the solution with https://github.com/googleprojectzero/SkCodecFuzzer/issues/1#issuecomment-673781665 However, I used capstone 4.0.1 and capstone 4.0.2 still got these error (below). ![image](https://user-images.githubusercontent.com/40447900/172826288-e36202e5-7d70-47ea-bb67-4ec7fd02cd75.png)

I found the qmg file, Signal_sigsegv_4003f4fca8_6549_e9bf68c239eb55c8654336e2f9f25111.qmg from the [README.md](https://github.com/googleprojectzero/SkCodecFuzzer/blob/master/README.md) file and accessibility_light_easy_off.qmg from https://googleprojectzero.blogspot.com/2020/07/mms-exploit-part-2-effective-fuzzing-qmage.html. Could you share the files? I'm checking them only for test purposes. Thank you.

Have you new MMS exploit 2025 and via number 0 clicks hack?