fdu-sec / NestFuzz

A structure-aware grey box fuzzer based on modeling the input processing logic.
Apache License 2.0
159 stars 12 forks source link

How did you get the `jansson` executable? #15

Open Hanseltu opened 4 weeks ago

Hanseltu commented 4 weeks ago

Hi,

May I know how did you get the jansson executable when you were building jansson. From Table 3 in your paper, I saw the command to run jansson is jansson @@, but I didn't get the jansson executable to launch to testing when I followed official building instructions.

If possible, could you please share the building scripts for jansson or other benchmarks used in your paper?

Many thanks for your help!

Best regards, Haoxin

Mech0n commented 4 weeks ago

$CC examples/simple_parse.c -o jansson -I $BENMRK/jansson-2.14/build/include -L $BENMRK/jansson-2.14/build/lib -ljansson