diff options
author | Ailin Nemui <ailin@z30a.localdomain> | 2017-05-14 00:18:36 +0200 |
---|---|---|
committer | Ailin Nemui <ailin@z30a.localdomain> | 2017-05-14 00:18:36 +0200 |
commit | c720965981a401c1afbb095476c2fba7f27c9bf0 (patch) | |
tree | 96b4d88aeac72fa16b914b6a19f912b41ceb5aca /_posts | |
parent | 9819129dd999eef00db36ea2103c4b6080f4e537 (diff) | |
download | irssi.github.io-c720965981a401c1afbb095476c2fba7f27c9bf0.zip |
improve mobile image display
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2017-05-12-fuzzing-irssi.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
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: -<img src="/images/afl_nocrash.png" /> +<img style="max-width:100%" src="/images/afl_nocrash.png" /> 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. -<img src="/images/afl_crash.png" /> +<img style="max-width:100%" src="/images/afl_crash.png" /> 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`, |