Roman
Roman
> If you look closely at the stats output, you can notice that you have `cov: 0` which indicates that either the 127 inputs in your corpus triggered 0 useful...
ah, shame on me, I skipped that part of the article and forgot to come back to it later :( Thanks for the hint! I think it would be nice...
So in my case (fuzzing driver ioctls + buffers) I think I should collect coverage of the kernel (ntoskrnl.exe) and all the drivers that the thread might hit, because nobody...
@0vercl0k sorry for the delay, right now I decided to focus on fuzzing with bochscpu and improve my skills with deterministic algorithms. I will return to WHV/KVM backends a bit...
@0vercl0k sure!
@plusvic can it be merged? The code is quite simple and tested on the performance-optimized Yara engine.
@0vercl0k you're right, it's quite difficult to cover all functions that can work with all pseudo-handles (to execute a complex user mode application). I already hooked the set of functions...
@plusvic can you merge this PR? This is not even a "feature", but just one "wrapper" function (one in the lexer and one in the compiler) that uses an already...
Similar to https://github.com/EpicGames/raddebugger/issues/45, but in text.
> That certainly sounds like its bad practice. The key should probably include some other data so they can be distinguished and avoid these collisions. This is the fix I...