Skip to content

Commit

Permalink
Port afl-analyze to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Lays committed Mar 11, 2019
1 parent e5bf9a1 commit b8722c6
Show file tree
Hide file tree
Showing 2 changed files with 1,402 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Expand Up @@ -52,6 +52,11 @@ add_executable(test_gdiplus

target_link_libraries(test_gdiplus gdiplus)

project(afl-analyze)
add_executable(afl-analyze
afl-analyze.c
)

project(afl-showmap)

add_executable(afl-showmap
Expand Down

0 comments on commit b8722c6

Please sign in to comment.