diff options
-rwxr-xr-x | identify | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ if [[ $# != 1 ]]; then fi libc=$1 sha1=`sha1sum $libc` -sha1sum db/*.so | grep $sha1 +sha1sum db/*.so | grep `echo $sha1 | awk '{print $1 }'` |
index : libc-database.git | ||
Build a database of libc offsets to simplify exploitation | n0p |
aboutsummaryrefslogtreecommitdiff |
-rwxr-xr-x | identify | 2 |
@@ -5,4 +5,4 @@ if [[ $# != 1 ]]; then fi libc=$1 sha1=`sha1sum $libc` -sha1sum db/*.so | grep $sha1 +sha1sum db/*.so | grep `echo $sha1 | awk '{print $1 }'` |