objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

x86: Relocation incorrectly applied

Open 1superchip opened this issue 1 year ago • 0 comments

image

objdump output:

 2b6:   c7 85 68 ff ff ff 00    mov    DWORD PTR [ebp-0x98],0x0
 2bd:   00 00 00
                        2bc: dir32      ?occludeArray@@3PAY09UVector@@A-0x68

The relocation should be applied to 0x0 at the end of the instruction rather than being applied to a register.

disasm.pro disassembly of the instruction bytes: image image

Object file: incorrect_reloc.zip

1superchip avatar Sep 16 '24 17:09 1superchip