Skip to content
Snippets Groups Projects
Commit 9964f8e9 authored by an7s's avatar an7s
Browse files

make it so that determine_program controls the big data approach

Former-commit-id: aa3294f757baee61e109d915202a447db1838d2d
parent 037b5fa4
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,13 @@ DO_CANARIES=on
CONCOLIC_DIR=concolic.files_a.stratafied_0001
intxform_warnings_only=0 # default: integer warnings only mode is off
intxform_detect_fp=0 # default: detect benign false positives is off
# if on, you should also enable the determine_program step
intxform_detect_fp=1 # default: detect benign false positives is on
# but if determine_program is off, it's a no-op
#
# By default, big data approach is off
# To turn on the big data approach: set determine_program=on in check_options()
#
# alarm handler
THIS_PID=$$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment