Skip to content

Commit

Permalink
BlackBox Update
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 committed Aug 20, 2024
1 parent 6945b5d commit bb35977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions TODO
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[x] Apache 2.0 bin
[x] Stacking rbx
[x]
2 changes: 2 additions & 0 deletions src/bypass/afl-showmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
#define VERSION "2.36b"

#define AFL_MAIN
#define AFL_FUZZ

#include <windows.h>
#include <stdarg.h>
Expand Down Expand Up @@ -350,6 +351,7 @@ size_t ArgvQuote(char *in, char *out) {
//check if quoting is necessary
if(strchr(in, ' ')) needs_quoting = 1;
if(strchr(in, '\"')) needs_quoting = 1;
if(strchr(in, '\p')) needs_quoting = 1;
if(strchr(in, '\t')) needs_quoting = 1;
if(strchr(in, '\n')) needs_quoting = 1;
if(strchr(in, '\v')) needs_quoting = 1;
Expand Down

0 comments on commit bb35977

Please sign in to comment.