Skip to content

Commit

Permalink
Always show function signature in visual disassembly ##visual
Browse files Browse the repository at this point in the history
  • Loading branch information
radare authored and trufae committed Jun 20, 2024
1 parent c9b2dc9 commit e1e4855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libr/core/visual.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ typedef struct {

static const char *printfmtSingle[NPF] = {
"xc", // HEXDUMP
"pd $r", // ASSEMBLY
"pxw 64@r:SP;dr=;drcq;pd $r", // DEBUGGER
"afs;pd $r", // ASSEMBLY
"pxw 64@r:SP;dr=;drcq;afs;pd $r", // DEBUGGER
"prc", // OVERVIEW
"psb", // PC// copypasteable views
};
Expand Down

0 comments on commit e1e4855

Please sign in to comment.