discovered 03 Aug 2026
Sloth
→ View on GitHubSloth is a fuzzing tool designed to test Android native libraries through the emulation of aarch64 binaries on x86_64/aarch64 hosts using libFuzzer and QEMU's user-mode emulator. It allows users to easily set up a fuzzing environment, compile target libraries, and execute fuzz tests, leveraging a straightforward method for integrating target functions and managing test inputs. Notable features include a Docker-based setup for environment replication and the capability to manipulate and analyze complex library outputs during fuzzing sessions.