Skip to content

Commit

Permalink
Test normal quitting with coff bin
Browse files Browse the repository at this point in the history
  • Loading branch information
kazarmy committed May 2, 2024
1 parent f0378a8 commit 3801be8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions test/db/formats/coff
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ paddr size vaddr vsize align perm name type flags
EOF
RUN

NAME=tiny coff
FILE=bins/coff/coff.obj
CMDS=oml;is;ir
NAME=tiny coff; normal quit
FILE=--
CMDS=!rizin -qc "oml;is;ir" bins/coff/coff.obj
EXPECT=<<EOF
1 fd: 4 +0x00000000 0x00000058 - 0x00000067 r-- vmap.reloc-targets
2 fd: 5 +0x00000064 0x00000000 * 0x00000026 r-x vmap..text
Expand All @@ -70,6 +70,7 @@ vaddr paddr target type name
0x0000001c 0x00000080 0x00000058 ADD_32 MessageBoxA
0x00000023 0x00000087 0x00000060 ADD_32 ExitProcess
EOF
EXPECT_ERR=
RUN

NAME=tiny coff2
Expand Down

0 comments on commit 3801be8

Please sign in to comment.