need to fix fuzzer

This commit is contained in:
2024-04-28 22:18:53 +02:00
parent ecfecf5a03
commit add3a1feaa
480 changed files with 7 additions and 7816 deletions

View File

@@ -53,6 +53,7 @@ if __name__ == "__main__":
if args.test:
test_fb_cmd(device=args.device)
print("", flush=True)
exit(0)
if args.input:
@@ -60,4 +61,4 @@ if __name__ == "__main__":
test_fb_cmd(open(args.input, 'rb').read())
else:
# Run AFL
afl_fuzzer()
afl_fuzzer()