Created
July 6, 2024 03:14
-
-
Save fadhil-riyanto/f1ee80c9565d28b059372cd48655c51f to your computer and use it in GitHub Desktop.
gef-att.patch
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
--- .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