Ansvif Versions Save

A Not So Very Intelligent Fuzzer: An advanced fuzzing framework designed to find vulnerabilities in C/C++ code.

1.12

4 years ago

This is a bugfix release to ansvif. Many things were tweaked and fixed since the last version, but no real functionality has changed. Attached are binaries for Windows x64 and Ubuntu/Debian Linux x64. It should still work on 32bit versions and Android as well, but I haven't had a change to compile it for those archs.

Happy Halloween and Happy fuzzing! Also please mail me at [email protected] with any bugs you may find with this code.

1.11

5 years ago

This release has lots of code cleanup, bug fixes, and slight improvements in speed. Some code readability has been improved. This release is known to work on Android 7.1.1 (tested on a Motorola Droid Maxx 2), Ubuntu Linux x86_64, as well as Windows 10 x86_64. Precompiled binaries are included for each of these platforms, although I don't see a reason why the current code shouldn't work on x86, or arm64, etc. Happy fuzzing, and happy new years! --oxagast

1.11a

5 years ago

Not much of the functionality has changed, but I am making an initial Android release. The code to the android base can be found at https://github.com/oxagast/ansvif_android. This is just the APK, as the source code is hosted in the other separate GitHub repository. Note that the binary for arm64 x86 and x86_64 Androids have not been tested at all, I don't have a device. Feel free to try them though, they're compiled! phonefuzz

1.10

5 years ago

This release comes with lots of bug fixes and a couple new features added to the GTK frontend.

Enjoy and happy fuzzing!

--oxagast

1.9.1

6 years ago

This version is a bugfix release that includes lots of error handling and fixes most of the stray ' errors.

1.9

6 years ago

This release includes lots of bugfixes, a bunch of new entries in the examples folder, and compiled binaries for Windows 10, Debian/Ubuntu, and Fedora/Redhat. Enjoy and happy fuzzing!

1.8.1.1

6 years ago

This release is for Windows 10 compatibility. Includes an ansvif.exe (with embedded icon this time), and printf.exe for reproducing faults. Also included are the examples to test ansvif on. ansvif 1.8.1.1 running on Windows 10

1.8.1

6 years ago

Some (a lot of) bug fixes and a new option to let you control if null characters are in the fuzz. ansvif_fuzzing

1.8

6 years ago

This release includes some touchups to the main ansvif code, better crash detection under linux, as well as our primary new feature: the frontend to ansvif. You can compile it from source with ./configure --enable-gtk or install the compiled .deb, which now also includes the examples in /usr/share/ansvif. The frontend can be used by running ansvif_gtk. Note that the GTK+-2.0 frontend is under development at this time. Enjoy and happy fuzzing! Image of ansvif fuzzing

1.7

7 years ago

This release marks easier compiling on most modern operating systems including Windows 7, Windows 10, Linux (Redhat and Debian based distros), and OpenBSD. It may compile/work on other operating systems but has not been tested. This is mostly a source code release with lots of code cleanup, and no new features.

Binaries are attached for Fedora 25, Ubuntu/Debian, and Windows 7 through 10. All are x86_64.