diff options
Diffstat (limited to 'add')
-rwxr-xr-x | add | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +#!/bin/bash +if [[ $# != 1 ]]; then + echo >&2 "Usage: $0 libc_filename" + exit 2 +fi + +. common/libc.sh + +add_local $1 |
index : libc-database.git | ||
Build a database of libc offsets to simplify exploitation | n0p |
aboutsummaryrefslogtreecommitdiff |