Guest User

Untitled

a guest
Feb 25th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. # Disable fortune startup messages
  2. e cfg.fortunes=false
  3.  
  4. # Show comments at right of disassembly
  5. e asm.cmtright=true
  6.  
  7. # Shows pseudocode in disassembly. Eg mov eax, str.ok = > eax = str.ok
  8. # Display stack and register values on top of disasembly view (visual mode)
  9. e cmd.stack = true
  10.  
  11. # Solarized theme
  12. eco solarized
  13.  
  14. # Use UTF-8 to show cool arrows
  15. e scr.utf8 = true
  16. e scr.truecolor = true
  17. e scr.pipecolor = true
  18.  
  19. # ASM directives to show more data and hints
  20. e asm.relsub = true
  21. e asm.syntax=intel
  22. e asm.pseudo = true
  23. e asm.describe = false
Add Comment
Please, Sign In to add comment