seclab-yonsei / intriguer

Intriguer: Field-Level Constraint Solving for Hybrid Fuzzing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's the INTRIGUER_CMD means?

PangPangpeng opened this issue · comments

I'm realy confused when I try to fuzz a demo and read the README.md, in which it is said
$ export INTRIGUER_CMD="command line for Intriguer (Non-instrumented)"
but I didn't find any demonstration or document to declare what the INTRIGUER_CMD is.
Could you please add some instruction about this?

While guys, you guess what.......
I read the alf_fuzz.c and I found the commented code, so I get the python file and I realized that the INTRIGUER_CMD is the same as the AFL_CMD......
so I think I solved this problem by myself, but sincerely, I strongly recommand to add this instuctions to the ReadMe.