Created
April 7, 2021 19:12
-
-
Save valkheim/3815257dc37691c0a0ad3f07831c23a9 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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