Skip to content

Commit

Permalink
use read/write instead of recv in dump by default
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasb committed Apr 6, 2015
1 parent 425524e commit fce5732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dump
Expand Up @@ -6,7 +6,7 @@ fi
id=$1
shift 1
if [[ $# == 0 ]]; then
names="__libc_start_main_ret system dup2 recv str_bin_sh"
names="__libc_start_main_ret system dup2 read write str_bin_sh"
else
names="$@"
fi
Expand Down

0 comments on commit fce5732

Please sign in to comment.