Skip to content

Commit

Permalink
Move libfuzzer to example 7
Browse files Browse the repository at this point in the history
  • Loading branch information
corydu committed Nov 6, 2023
1 parent 45ab232 commit 0439e91
Show file tree
Hide file tree
Showing 20 changed files with 299 additions and 267 deletions.
2 changes: 1 addition & 1 deletion docker/coverage_scripts/angr_snapchange.py
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ def add_memory(op, memlen=STR_LEN_THRESHOLD, null_term=False):
auto_dict_files[fname] = data

fname = "int_str_" + str(entry).replace("-", "neg")
auto_dict_files[fname] = str(entry)
auto_dict_files[fname] = str(entry).encode()

elif isinstance(entry, float):
# emit using struct.pack in various formats
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 0439e91

Please sign in to comment.