Update to make boofuzz more compatible#594
Update to make boofuzz more compatible#594hegusung wants to merge 12 commits intojtpereyda:masterfrom
Conversation
process to start properly (by default 3 seconds just like previously)
|
@hegusung Sounds great! I'll put this on my queue to review. Which operating systems have you tested on so far with these changes? |
|
Hi, So boofuzz script was tested on both a Kali linux and a Debian. Process_monitor.py was tested on a Windows 10. there shouldn't be an issue with process_monitor.py on linux because the linux way is always done, il only switches to windows way when an exeption is detected. |
|
I don't understand what is wrong with stickler-ci |
Seems like it runs into a timeout. Nothing u need to worry about. |
|
Hi, I see that this PR is not accepted. |
|
I took care of your remarks, I also patched the following bug:
|
SR4ven
left a comment
There was a problem hiding this comment.
Apologies for the delayed review.
Thanks for implementing our comments!
I've added one more tiny suggestion.
Could you add some lines about those fixes to the CHANGELOG.rst please?
| Fuzzable.name_counter += 1 | ||
| self._name = "{0}{1}".format(type(self).__name__, Fuzzable.name_counter) | ||
|
|
||
| self.index_mutation = 0 |
There was a problem hiding this comment.
What do you think about mutation_index?
| self.index_mutation = 0 | |
| self.mutation_index = 0 |
I had these 3 issues when using boofuzz: