Skip to content

Commit

Permalink
f:xai
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Nov 27, 2024
1 parent 5762f06 commit 0818623
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion test/db/formats/mdmp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ NAME=: sections
FILE=bins/mdmp/calc.dmp
CMDS=iS~calc
EXPECT=<<EOF
9 0x00000000 0xe3000 0xfffe0000 0xe3000 ---- ---- C:\Windows\System32\calc.exe
9 0x00000000 0xe3000 0xfffe0000 0xe3000 ---- 0x0 ---- C:\Windows\System32\calc.exe
EOF
RUN

Expand Down
14 changes: 7 additions & 7 deletions test/db/formats/rel
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ FILE=bins/rel/d_profileNP.rel
ARGS=-e bin.relocs.apply=true -B 0x80500000
CMDS=iS
EXPECT=<<EOF
nth paddr size vaddr vsize perm type name
-----------------------------------------------------
0 0x000000d0 0xa0 0x805000d0 0xa0 -rwx ---- text_1
1 0x00000170 0x4 0x80500170 0x4 -rw- ---- data_2
2 0x00000174 0x4 0x80500174 0x4 -rw- ---- data_3
3 0x00000178 0x34 0x80500178 0x34 -rw- ---- data_4
4 0x00000000 0x4 0x80500380 0x4 -rw- ---- bss
nth paddr size vaddr vsize perm flags type name
-----------------------------------------------------------
0 0x000000d0 0xa0 0x805000d0 0xa0 -rwx 0x0 ---- text_1
1 0x00000170 0x4 0x80500170 0x4 -rw- 0x0 ---- data_2
2 0x00000174 0x4 0x80500174 0x4 -rw- 0x0 ---- data_3
3 0x00000178 0x34 0x80500178 0x34 -rw- 0x0 ---- data_4
4 0x00000000 0x4 0x80500380 0x4 -rw- 0x0 ---- bss
EOF
RUN

Expand Down

0 comments on commit 0818623

Please sign in to comment.