suite: update README for fuzz.py

This commit is contained in:
Nguyen Anh Quynh 2014-03-04 12:32:05 +08:00
parent 5feee401ca
commit 07ceab8560

View File

@ -13,3 +13,7 @@ Average users should ignore all the contents here.
- compile_all.sh
Compile Capstone for all platforms (*nix32, clang, cygwin, cross-compile) &
report the result as pass or fail.
- fuzz.py
This simple script disassembles random code for all archs (or selected arch)
in order to find segfaults.