Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test normal quitting with coff bin #4467

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading