DONGYEON YU
DONGYEON YU
I have same problem
@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 ?
Thank you for your help!