Dongjia "toka" Zhang

Results 319 comments of Dongjia "toka" Zhang

Closing because trim_case() seems to be useless.

I think what they are trying to achieve is the same but afl-tmin and trim_case() are doing different things as far as I can tell

I think 2 "separating choose next index" is a good change wdyt @andreafioraldi for 4, we have https://github.com/AFLplusplus/LibAFL/blob/main/libafl/src/mutators/scheduled.rs#L280 this Mutator that attaches a metadata, the log of the mutations, to...

if it is ready for you, we can merge this? @domenukk @andreafioraldi

let's merge this? btw could you directly push to a new branch in this repo, not to your own repo next time? @syheliel that way, it's easier to test &...

ideally I think it's better to do this with build.rs not with a shell script

@syheliel does this work with the sancov_pcguard instrumentation? if not, can you change it to use afl-clang-fast instead so that it works for now? and when sergej added the patch,...

> just add export CC=afl-clang-fast and export CXX=afl-clang-fast++ yes but I think we want to download and compile afl++ in your build.rs to make it work even when there's no...

ah, I got what you mean. you need to run things in setup_libxml2.sh after `cargo build --release` because you need libafl_cc for that. ok then probably this is better handled...

I think at least we should add proper signal handlings for SIGINT and SIGTERM