Skip to content

Instantly share code, notes, and snippets.

@valkheim
Created April 7, 2021 19:12
Show Gist options
  • Save valkheim/3815257dc37691c0a0ad3f07831c23a9 to your computer and use it in GitHub Desktop.
Save valkheim/3815257dc37691c0a0ad3f07831c23a9 to your computer and use it in GitHub Desktop.
set disassembly-flavor intel
set disassemble-next-line on
set history save on
set print pretty on
set pagination off
# iso env
unset env LINES
unset env COLUMNS
# With GDB:
# env - gdb ./relative/program
# Without GDB:
# env - PWD=$PWD /absolute/program
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment