• Yuxuan Shui's avatar
    user32: Add hotpatchable wrapper for GetWindowLongA. · f9f9481b
    Yuxuan Shui authored
    ntlea for some reason expects GetWindowLongA to start with a "push $-2", and
    will try to skip over this instruction. If we don't anticipate this, it will
    ended up either skipping over critical instructions, or on a desync address.
    f9f9481b
win.c 52.8 KB