radareorg/radare2

pf output is confusing

开放

#12,726 创建于 2019年1月10日

 (8 条评论) (1 个反应) (2 位负责人)C (3,229 个派生)batch import
FEEDBACK WANTEDgood first issuepf

仓库指标

星标
 (23,826 个星标)
PR 合并指标
 (平均合并 16小时 24分钟) (30 天内合并 99 个 PR)

描述

i think offset should go first, like it does in px or pd

[0x00000000]> pf xxd foo bar cow
 foo : 0x00000000 = 0xfeedfacf
 bar : 0x00000004 = 0x01000007
 cow : 0x00000008 = 2147483651

should be

[0x00000000]> pf xxd foo bar cow
0x00000000  foo 0xfeedfacf
0x00000004  bar 0x01000007
0x00000008  cow 2147483651

贡献者指南