Skip to content

Commit

Permalink
[FEATURE] Set syscalls tracing as default
Browse files Browse the repository at this point in the history
  • Loading branch information
hasherezade committed Mar 19, 2023
1 parent 28b9c1f commit 4eb11dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Settings {
Settings()
: followShellcode(SHELLC_FOLLOW_FIRST),
traceRDTSC(false),
traceSYSCALL(false),
traceSYSCALL(true),
logSectTrans(true),
logShelcTrans(true),
shortLogging(true),
Expand Down

0 comments on commit 4eb11dd

Please sign in to comment.