Skip to content

Commit

Permalink
Fast Intel PT decoder
Browse files Browse the repository at this point in the history
  • Loading branch information
ifratric committed Mar 8, 2019
1 parent 4a7da91 commit 01d224a
Show file tree
Hide file tree
Showing 15 changed files with 1,115 additions and 188 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
ChangeLog
=========

----------------------------------
Version 1.15 (based on afl 2.43b):
----------------------------------

- Intel PT support.

- Fix target_path in afl-showmap in drioless mode
Contributed by L4ys

----------------------------------
Version 1.15 (based on afl 2.43b):
----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion afl-fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <direct.h>

#define VERSION "2.43b"
#define WINAFL_VERSION "1.15"
#define WINAFL_VERSION "1.16"

#include "config.h"
#include "types.h"
Expand Down
Binary file modified bin32/afl-fuzz.exe
Binary file not shown.
Binary file modified bin32/afl-showmap.exe
Binary file not shown.
Binary file modified bin32/libipt.dll
Binary file not shown.
Binary file modified bin32/winaflpt-debug.exe
Binary file not shown.
Binary file modified bin64/afl-fuzz.exe
Binary file not shown.
Binary file modified bin64/afl-showmap.exe
Binary file not shown.
Binary file modified bin64/libipt.dll
Binary file not shown.
Binary file modified bin64/winaflpt-debug.exe
Binary file not shown.
Loading

0 comments on commit 01d224a

Please sign in to comment.