Skip to content

Commit

Permalink
Update gef config parameters of gef-extras installation script (#807)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-byter committed Jan 31, 2022
1 parent 283690a commit 48d39bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/gef-extras.sh
Expand Up @@ -15,8 +15,8 @@ git clone https://github.com/hugsy/gef-extras.git ${DIR}
gdb -q -ex "gef config gef.extra_plugins_dir '${DIR}/scripts'" \
-ex "gef config pcustom.struct_path '${DIR}/structs'" \
-ex "gef config syscall-args.path '${DIR}/syscall-tables'" \
-ex "gef config libc_args True" \
-ex "gef config libc_args_path '${DIR}/glibc-function-args'" \
-ex "gef config context.libc_args True" \
-ex "gef config context.libc_args_path '${DIR}/glibc-function-args'" \
-ex 'gef save' \
-ex quit

Expand Down

0 comments on commit 48d39bb

Please sign in to comment.