Open JialeDeng opened 4 years ago
thanks!
by the way, where can I find the implemention of "taint labels" and the data structure in the source code? thkans!(。^▽^)
@J-Daniel The structure is in https://github.com/AngoraFuzzer/Angora/blob/master/runtime/src/tag_set.rs
Hi, I am reading your paper rencently. It is well written. I am confused about how you implement the branch with context in the source code. More specifically, where can I find the defination of branch mentioned in the paper (l_prev; l_cur; context) in the source code? Thanks a lot.