Skip to content

Commit

Permalink
Update COFF relocation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Roeegg2 committed Nov 5, 2024
1 parent 327e939 commit 4116946
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/db/formats/coff
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ nth paddr vaddr bind type size lib name
0 0x00000064 0x00000000 LOCAL SECT 4 .text
0 0x00000064 0x00000000 GLOBAL FUNC 4 main
0 0x0000008b 0x00000030 LOCAL SECT 4 .data
vaddr paddr target type name
-----------------------------------------------------------
0x00000009 0x0000006d 0x00000030 ADD_32 .data
0x00000010 0x00000074 0x00000030 ADD_32 .data + 0x0000000f
0x0000001c 0x00000080 0x00000058 ADD_32 MessageBoxA
0x00000023 0x00000087 0x00000060 ADD_32 ExitProcess
vaddr paddr target type name
--------------------------------------------------------------------------
0x00000009 0x0000006d 0x00000030 IMAGE_REL_AMD64_REL32 .data
0x00000010 0x00000074 0x00000030 IMAGE_REL_AMD64_REL32 .data + 0x0000000f
0x0000001c 0x00000080 0x00000058 IMAGE_REL_AMD64_REL32 MessageBoxA
0x00000023 0x00000087 0x00000060 IMAGE_REL_AMD64_REL32 ExitProcess
EOF
RUN

Expand Down

0 comments on commit 4116946

Please sign in to comment.