Axel Souchet

Results 65 issues of Axel Souchet

In #112, I found out that `.cov` files are not documented in the README and that both cov traces and cov files w/ bp addresses have the same name so...

Currently, wtf relies on crash name to 'deduplicate' crashes; basically two parameters are in play: the address where the exception happened & the type of exception. The big issue with...

enhancement
help wanted

A lot of debug output is gated behind ifdef; this makes it annoying to turn back on / off as you need to recompile every time. It'd be great to...

enhancement

I remember I turned this off at one point: ```C++ bool Backend_t::VirtWrite(const Gva_t Gva, const uint8_t *Buffer, const uint64_t BufferSize, const bool Dirty) { uint64_t Size = BufferSize; Gva_t CurrentGva...

enhancement

If I remember correctly, I wasn't able to implement on-demand paging with whv because doing a `WHvTranslateGva` with an empty environment doesn't generate memory faults like executing would. This is...

enhancement
good first issue

The last thing I added to wtf was the client / server code. I tested it enough but I am not quite sure if using yaas is the right tool...

enhancement

I've mostly used wtf w/ fairly long executions (thousands of millions / tens of billions of instructions) and so I am less familiar with the performance w/ that kind of...

enhancement

- https://www.hexacon.fr/conference/speakers/#fuzzing_rdpegfx / CVE-2022-30221