Maximilian Lindner

Results 53 comments of Maximilian Lindner

> > > 1. Stop saving to the DB every single step. Maybe at test case close? > > 2. Save the DB when high-level exceptions are caught. > >...

Thanks for the detailed report @boondoggler. Could you please provide the last few lines from the console log as well as a script with which we can try to reproduce...

Thanks for looking into this @boondoggler. From the information you provided, it seems like boofuzz is generating lots of duplicate mutations. Because `_mutations_contain_duplicate` spots those duplicates, they are never sent...

Thanks for looking into this @erik-smit! For now I wouldn't recommend putting too much effort into fixing this before #422 is merged. After #422 is merged we should take a...

I could reproduce the issue now. The root of the long wait time seems to be the combinatorial test case generation which seems to be generating huge amounts of duplicates...

Hey @kamakazikamikaze! Sorry for the long delay, things are a bit busy over here at the moment. I really like you proposal, it would be a great improvement to boofuzz!...

Sorry for the long delayed reply @tr4v3ler. At first I thought this was a bug too. But then I remembered that we refactored the callback structure and implemented the CallbackMonitor....

Currently there is no boofuzz Connection class which builds the IP header for you. So you'll have to use RawL3SocketConnection and write a protocol definition for the IP header yourself....

Strange. Does starting calc.exe work? Which boofuzz version/commit are you using?

Ok I was able to reproduce that problem on Windows; Linux works fine. I currently don't have any debugger on Windows but I'll look into it when I find some...