Sears Schulz

Results 6 issues of Sears Schulz

Fixes #271 I believe the issue is that `TestExecutorDynRio.h` has `#include `. `globals_shared.h` is a header file that is supposed to just be used internally by DynamoRIO, so a different...

bug
investigating

Note - to clear up the terminology: path coverage is what is being recorded which uses a hash of the edge coverage. To enable, the `edgeCoverageModule` option should be set...

enhancement

Set `powerSchedule` option to either: `constant` (default): - Configured to mimic original FLUFFI functionality - Constant energy for each fuzz, incrementing towards maximum or decrementing if error occurs - `constantFuzz`...

enhancement

Set `searchStrategy` option to either: `rating` (default): - Original FLUFFI functionality - Selects testcase with highest rating or `roundRobin`: - Selects testcase that was chosen the longest time ago or...

enhancement

Documentation for #275, #276, and #277 added to `usage.md`.

enhancement

When following the instructions for compiling for Ubuntu, compilation ends with the following error: ``` HEAD is now at e1968d9 Update LICENSE -e [compiling] TestExecutorDynRio.cpp... -e [compiling] GDBThreadCommunication.cpp... -e [compiling]...

bug
reproduced