Skip to content
Marshall Whittaker edited this page Mar 27, 2017 · 10 revisions

ansvif

A Not So Very Intelligent Fuzzer


Welcome to the ansvif Wiki, a road map to the compilation of, and fuzzing with ansvif!


Please join us in ##ansvif on Freenode (IRC)!


Getting started

You'll either need to download the precompiled binaries of ansvif (available for Linux and Windows), or compile from source.
You can get the source code directly from github by doing a git clone, or download one of the releases. Note that the releases are usually a little behind the source code in development as a release is only compiled once significant changes have been made. To get help with compiling from source visit here.
To get started blackbox fuzzing with ansvif, you can take a look at the Basic Blackbox Fuzzing page.


Using ansvif in a more advanced fashion to blackbox fuzz test

Visit the advanced section of the wiki!


Developers

Marshall Whittaker / oxagast
I've had help from a few different people on StackOverflow, IRC, and gotten some ideas from various other people around the net.
Special acknowledgments go out to dll999 from HackForums for syscall fuzzing ideas; moo from #2600 on 2600net for Wiki input/review; Rufo El Magufo from StackOverflow for help compiling on OpenBSD.