diff options
author | Niklas Baumstark <niklas.baumstark@gmail.com> | 2015-04-06 20:30:30 +0200 |
---|---|---|
committer | Niklas Baumstark <niklas.baumstark@gmail.com> | 2015-04-06 20:30:30 +0200 |
commit | fce5732e5541a21c7f1ca2478b4dceb52152823d (patch) | |
tree | d141fcf8f3f869ea3f9a44dccdca53c548e89d70 | |
parent | 425524ef91e8b045a68a176be2e9bba0dd63deb4 (diff) | |
download | libc-database-fce5732e5541a21c7f1ca2478b4dceb52152823d.tar.gz libc-database-fce5732e5541a21c7f1ca2478b4dceb52152823d.zip |
use read/write instead of recv in dump by default
-rwxr-xr-x | dump | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |