Skip to content

Instantly share code, notes, and snippets.

@john-peterson
Last active August 3, 2023 16:02
Show Gist options
  • Save john-peterson/22af0bf31a017eb3da24ec018ef0e2a2 to your computer and use it in GitHub Desktop.
Save john-peterson/22af0bf31a017eb3da24ec018ef0e2a2 to your computer and use it in GitHub Desktop.
radare2

Default

e scr.highlight.grep=1
e scr.color.grep=1
e asm.highlight=1
e asm.pseudo=1
e asm.marks=0
e asm.cmt.col=0
e asm.indentspace=0
e asm.bytes=0
e asm.lines.width=0
e asm.describe=1
e asm.xrefs.code=0
e graph.cmtright=1

Only problem is graph. It's still wrong

No word wrap endlessly long lines

No way to get everything on the same line

Regular disassembly has a few minor bugs. The flag doesn't look right is ugly when placed on the side

@john-peterson
Copy link
Author

john-peterson commented Aug 3, 2023

so next opcode
so- prev opcode

sb block beginning
?? block end

sf. fun beginning
sf fun end

Doesn't make any sense

But that's life isn't it

Always makes you wonder if anyone used this at all

Or what they did with it in that case unless the most basic operation of backtracing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment