genprog-code icon indicating copy to clipboard operation
genprog-code copied to clipboard

New Features: ASLR Disabling, Minimization bug fix, Coverage per test

Open pdreiter opened this issue 6 years ago • 0 comments

ASLR Disabling: During test runs, found some non-determinism in test results due to ASLR. Added a feature to genprog --disable-aslr which disables ASLR (implemented Linux-based genprog support only) Minimization bug fix: from git branch minimization-edit-bugfix, stable fix for --minimization --edit-script issue #29 Coverage per test: Coverage information is dumped per test --fault-path-per-test (negative coverage) and --fix-path-per-test (positive coverage) ; simpler than --coverage-per-test, which touched more code, but did not seem to output any file?

pdreiter avatar Dec 30 '19 23:12 pdreiter