radareorg/radare2

pf output is confusing

Open

#12,726 建立於 2019年1月10日

在 GitHub 查看
 (8 留言) (1 反應) (2 負責人)C (3,229 fork)batch import
FEEDBACK WANTEDgood first issuepf

倉庫指標

Star
 (23,826 star)
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

貢獻者指南