neuzz
neuzz copied to clipboard
neural network assisted fuzzer
Dear Dongdong She, I got the errors in building as follows. How to handle this error? $ gcc -O3 -funroll-loops ./neuzz.c -o neuzz ./neuzz.c: In function ‘copy_seeds’: ./neuzz.c:1820:26: warning: ‘%s’...
Hi, Dongdong! I am reading your paper NEUZZ recently and it is really well written. I have some questions about the details in this paper. 1. "Furthermore, we only consider...
WARNING: tensorflow:From nn.py:18: The name tf.set_random_seed is deprecated. Please use tf.compat.v1.set_random_seed instead.
If `fl1` is two bytes or less, splice_seed will loop infinitely, because `(l_diff - f_diff) >= 2` will never be true. To demonstrate the issue I pulled out the splice_seed...
It looks like Neuzz will currently crash if no new edges are uncovered during a particular round, because `new_seed_list` will be empty. Backtrace: ``` Epoch 100/100 1/2 [===========>..................] - ETA:...
Hello, when I run Neuzz it stuck like this: (on the Python module, I have connected by neuzz execution moduel ('127.0.0.1', 56218)) ``` num_index 4096 7505 small 2048 medium 4096...
I wanted to ask if there is a way in order to use neuzz in binaries that you do not have the source code? Thank you.
Hello, I want to ask about the handling of crashes. How did you deal with these crashes? Are there any tools that can be used for reference? Thank you!
Hi! I am reading your paper and code recently, they're really good. But I have some difficulties understanding the following code in get_adv2() in nn.py: `adv_list = [] loss =...
Fixed typo