mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-12 17:48:33 +00:00
remove hex in json for axtj
This commit is contained in:
parent
1755a81172
commit
900f5c3cd4
@ -2026,7 +2026,7 @@ static boolt cmd_anal_refs(RCore *core, const char *input) {
|
||||
char str[512];
|
||||
r_parse_filter (core->parser, core->flags,
|
||||
asmop.buf_asm, str, sizeof (str));
|
||||
r_cons_printf ("{\"from\":0x%"PFMT64x",\"type\":\"%c\",\"opcode\":\"%s\"}%s",
|
||||
r_cons_printf ("{\"from\":%llu,\"type\":\"%c\",\"opcode\":\"%s\"}%s",
|
||||
ref->addr, ref->type, str, iter->n?",":"");
|
||||
}
|
||||
r_cons_printf("]");
|
||||
|
Loading…
x
Reference in New Issue
Block a user