Skip to content

Instantly share code, notes, and snippets.

@awilliams000
Created February 14, 2018 07:25
Show Gist options
  • Save awilliams000/417f6daa2a12bcb71008faa42b86a73b to your computer and use it in GitHub Desktop.
Save awilliams000/417f6daa2a12bcb71008faa42b86a73b to your computer and use it in GitHub Desktop.
# 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