Skip to content

Commit

Permalink
drakrun: increase injection timeout to 60 seconds (#514)
Browse files Browse the repository at this point in the history
  • Loading branch information
icedevml authored Apr 16, 2021
1 parent 74b9541 commit 272a1e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drakrun/drakrun/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ def build_drakvuf_cmdline(self, timeout, cwd, full_cmd, dump_dir, ipt_dir, workd
["-o", "json",
# be aware of https://github.com/tklengyel/drakvuf/pull/951
"-F", # enable fast singlestep
"-j", "5",
"-j", "60",
"-t", str(timeout),
"-i", str(self.runtime_info.inject_pid),
"-k", hex(self.runtime_info.vmi_offsets.kpgd),
Expand Down

0 comments on commit 272a1e1

Please sign in to comment.