PolyHook icon indicating copy to clipboard operation
PolyHook copied to clipboard

Relocation can go out of bounds

Open stevemk14ebr opened this issue 9 years ago • 0 comments

if code is relocated greater than the max displacement size of the operand then relocation will fail, this case is currently not handled. Ex: if relocation is >2GB 32bit instructions may fail, attempts are made to prevent this case but it is a possibility.

stevemk14ebr avatar Aug 23 '15 22:08 stevemk14ebr