radareorg/radare2

pf output is confusing

オープン

#12,726 opened on 2019/01/10

 (8 件のコメント) (1 件のリアクション) (2 人の担当者)C (3,229 件のフォーク)batch import
FEEDBACK WANTEDgood first issuepf

Repository metrics

Stars
 (23,826 個のスター)
PR merge metrics
 (平均マージ 16h 24m) (30d で 99 merged PRs)

説明

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

コントリビューターガイド