Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fadhil-riyanto/f1ee80c9565d28b059372cd48655c51f to your computer and use it in GitHub Desktop.
Save fadhil-riyanto/f1ee80c9565d28b059372cd48655c51f to your computer and use it in GitHub Desktop.
gef-att.patch
--- .gdbinit-gef.py 2024-07-06 10:09:43.721295297 +0700
+++ .gdbinit-gef-custom.py 2024-07-06 10:10:53.017958871 +0700
@@ -11705,7 +11705,7 @@
f"set history filename {os.getenv('GDBHISTFILE', '~/.gdb_history')}",
"set output-radix 0x10",
"set print pretty on",
- "set disassembly-flavor intel",
+ "set disassembly-flavor att",
"handle SIGALRM print nopass",
)
for cmd in gdb_initial_settings:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment