Lukas Dresel

Results 52 comments of Lukas Dresel

Hmm, so it's kind of like a manual time-travel debugging. The issue I see with trying to replay certain commands is that since the child process is the one receiving...

I would like to chime in here as well, only on the point of why would you want to remove entries from the Corpus. One thing I'd like to implement...

@rezer0dai let me know if something like that would help your usecase :) I'm mostly done refactoring the libafl code to use it, so once I've got it back to...

I have already refactored some of the schedulers to use this, and they usually become much more readable which is an added benefit, once everything compiles I will push those.

This is part of what is requested in Issue #588 as well.

@domenukk Awesome :) The manager is simply a shared implementation so that each corpus doesn't have to implement their own CorpusID tracking. This way they all have a shared implementation...

Okay, just pushed the full code now that it compiles with no warnings again. All uses of corpus indices have been replaced and schedulers, mutators, and corpora have been ported...

I'll write a testcase that tries to benchmark it a bit and then try out different ones, sure. I mainly started with the binsearch approach since it was easy, more...

Hey, I'm doing an internship at the moment, and don't really have much time to test different implementations, so it's stalled out currently a bit. I'm more than happy to...

Propably useful: http://newspaper23.com/ripped/2014/09/http-_____-___-_luaforge___-net__-_docman__-_83__-_98__-_ANoFrillsIntroToLua51VMInstructions.pdf http://www.lua.org/source/5.1/lopcodes.h.html