Skip to content

x86: Relocation incorrectly applied #106

Closed
@1superchip

Description

@1superchip

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions