Sloth icon indicating copy to clipboard operation
Sloth copied to clipboard

Sloth 🦥 is a coverage guided fuzzing framework for fuzzing Android Native libraries that makes use of libFuzzer and QEMU user-mode emulation

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

Environment: Virtual Machine: Vmware WorkStation 16 OS: Ubuntu 20.04 I try to modify the /resources/examples/Skia/Makefile and using the ndk-build. However I got the this exception below. ![image](https://user-images.githubusercontent.com/40447900/156878855-ecfd18b9-bad3-458c-bc2b-31aa7c663ded.png)

There is an error in Dockerfile because Github does not allow anymore the download of directories using svn (checkout or export). I wrote this in Issues because I do not...

Hi there, I'm trying to fuzz aarch64 shared libraries of an embedded device which doesn't run Android. To get started I tried to run the example in `resources/examples/Skia/jni` but libFuzzer...