Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zafl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
zafl
Commits
8e3b1fca
Commit
8e3b1fca
authored
6 years ago
by
Anh Nguyen-Tuong
Browse files
Options
Downloads
Patches
Plain Diff
Make floating instrumentation the default
parent
304c3607
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bin/zafl.sh
+4
-3
4 additions, 3 deletions
bin/zafl.sh
with
4 additions
and
3 deletions
bin/zafl.sh
+
4
−
3
View file @
8e3b1fca
...
...
@@ -34,8 +34,8 @@ usage()
echo
" -f, --fork-server-only Fork server only"
echo
" -m, --enable-fixed-map [<address>] Use fixed address for tracing map (<address> must be hex and page-aligned, e.g., 0x10000)"
echo
" -M, --disable-fixed-map Disable fixed address tracing map"
echo
" -i, --enable-floating-instrumentation Select best instrumentation point within basic block"
echo
" -I, --disable-floating-instrumentation Use first instruction for instrumentation in basic blocks
(default)
"
echo
" -i, --enable-floating-instrumentation Select best instrumentation point within basic block
(default)
"
echo
" -I, --disable-floating-instrumentation Use first instruction for instrumentation in basic blocks"
echo
" --enable-context-sensitivity <style> style={callsite,function} only function supported currently (off by default)"
echo
" -r, --random-seed <value> Specify random seed"
# echo " -l, --enable-locality Maintain code locality (best effort) when instrumenting binary"
...
...
@@ -48,7 +48,8 @@ ida_or_rida_opt=" -c rida "
stars_opt
=
" -o zax:--stars "
zax_opt
=
""
other_args
=
""
float_opt
=
""
#float_opt=""
float_opt
=
" -o zax:--enable-floating-instrumentation "
context_sensitivity_opt
=
""
trace_opt
=
""
zipr_opt
=
""
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment