Skip to content

schrnz/slime_tree

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slime_tree

The worlds worst Android fuzzer. Read the writeup here https://gamozolabs.github.io/fuzzing/2018/10/18/terrible_android_fuzzer.html

Modify .cargo/config to point to your unzipped ndk.

To fuzz run make -f test_aarch64.mk or make -f test_arm.mk.

The makefile should work on Windows with nmake as well, you might just need to fix up some paths and convert / to \\

You also can run the server by going into slime_tree_server and running cargo run

About

Worst Android kernel fuzzer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 93.0%
  • Makefile 7.0%