Created
February 14, 2018 07:25
-
-
Save awilliams000/417f6daa2a12bcb71008faa42b86a73b 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
# Disable fortune startup messages | |
e cfg.fortunes=false | |
# Show comments at right of disassembly | |
e asm.cmtright=true | |
# Shows pseudocode in disassembly. Eg mov eax, str.ok = > eax = str.ok | |
# Display stack and register values on top of disasembly view (visual mode) | |
e cmd.stack = true | |
# Solarized theme | |
eco solarized | |
# Use UTF-8 to show cool arrows | |
e scr.utf8 = true | |
e scr.truecolor = true | |
e scr.pipecolor = true | |
# ASM directives to show more data and hints | |
e asm.relsub = true | |
e asm.syntax=intel | |
e asm.pseudo = true | |
e asm.describe = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment