From c720965981a401c1afbb095476c2fba7f27c9bf0 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Sun, 14 May 2017 00:18:36 +0200 Subject: improve mobile image display --- _posts/2017-05-12-fuzzing-irssi.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '_posts/2017-05-12-fuzzing-irssi.markdown') diff --git a/_posts/2017-05-12-fuzzing-irssi.markdown b/_posts/2017-05-12-fuzzing-irssi.markdown index e1bbfd3..97c19ad 100644 --- a/_posts/2017-05-12-fuzzing-irssi.markdown +++ b/_posts/2017-05-12-fuzzing-irssi.markdown @@ -122,7 +122,7 @@ data from stdin. Here is an image showing the AFL UI that displays: - + As you can see no crashes have been found so far during that fuzzing session. AFL has found a total of 3090 inputs that cause new paths to be taken and @@ -136,7 +136,7 @@ indication that something is wrong, but in this case the program is just a simple program that AFL can't find any additional paths through, hence the warning. - + Now we can go to `afl/out/crashes` in our program's source tree and find crashes with filenames like `out/crashes/id:000000,sig:06,src:000000,op:havoc,rep:32`, -- cgit v1.2.3