Skip to content

Commit

Permalink
update_debugg&&
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3n33dl3 committed Jul 29, 2024
1 parent 0ff37ee commit 1498c05
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bypass/afl-fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@ struct queue_entry {
depth; /* Path depth */

u8* trace_mini; /* Trace bytes, if kept */
u32 tc_ref; /* Trace bytes ref count */
u32 tc_ref,
exec_tmin; /* Trace bytes ref count */

struct queue_entry *next, /* Next element, if any */
*next_100; /* 100 elements ahead */
Expand Down
1 change: 1 addition & 0 deletions src/bypass/lib/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
import argparse
import sys

from src.bypass import sql

class CommandCompleter(object):
def __init__(self):
Expand Down
1 change: 1 addition & 0 deletions src/bypass/winaflpt.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ extern u8 sinkhole_stds;

extern u64 mem_limit;
extern u64 cpu_aff;
extern u64 cpu_under;

extern char *fuzzer_id;

Expand Down

0 comments on commit 1498c05

Please sign in to comment.