van Hauser

Results 475 comments of van Hauser

> > The problem with this assembly code is that it only works if the aread_offset is Yeah, you are right the inline assembly assumes a map size of 64kb...

> > The map_size != 64kb comes from afl-compiler-rt.o.c > > ``` > > #if MAP_SIZE > #define MAP_INITIAL_SIZE 2097152 > > #else > > #define MAP_INITIAL_SIZE MAP_SIZE > >...

@worksbutnottested @stefan-esser-sg is this solved/working now?

if you want you can send a PR, something like ``` #ifdef CLOCK_MONOTONIC ... #else ... ```

yes the post process example is outdated. 0 is an illegal return. I see the point that it can make sense to instead of "post processing" just to do "input...

@ShubhamPalriwala there are examples in custom_mutators/examples what do you want to do`

@1984gobrr just send a PR :)

@Kyle-Kyle yes true. I basically just ripped the code from that repo :) I think the comment is the right way to do it, the code is not. what do...

I think I see an issue. if prev_block_trans is a looping block, the block id stays the same and (depending on if ngram-3, ..-5, ...) will just xor with itself...

I think why it was not done like it was described in the paper is that left shift does not work. the map size is not necessarily 2^16, it can...