DONGYEON YU

Results 5 comments of DONGYEON YU

@shinmao Thank you for your sharing ! I'll let your know if I figure out solution

> Does that mean the program doesn't import the afl package? > > The afl package includes certain strings that AFLplusplus looks for: Yes, program doesn't import **afl** package. Because...

Oh, now it works. Thank you very much! But I wonder why adding `#[allow(unused_imports)] use afl::fuzz;` handles such problems ?