Skip to content
Snippets Groups Projects
Commit 0e8f0640 authored by jdh8d's avatar jdh8d
Browse files

update to separate jmps from fixed-calls and plt-dispatches. added options...

update to separate jmps from fixed-calls and plt-dispatches.  added options --protect-calls and --no-protect-calls
parent 9a118ea0
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ void usage(char* name)
" [--protect-safefn|--no-protect-safefn] \n"
" [ --common-slow-path | --no-common-slow-path ] \n"
" \n"
"default: --no-color --protect-jumps --protect-rets --protect-safefn --common-slow-path\n";
"default: --no-color --protect-jumps --protect-calls --protect-rets --protect-safefn --common-slow-path\n";
}
int main(int argc, char **argv)
......
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