cpp-stub icon indicating copy to clipboard operation
cpp-stub copied to clipboard

possible access violation when stub method from dll using msvc

Open JiuZhouCangLan opened this issue 9 months ago • 0 comments

Demo: StubTestDemo.zip

Image

as the pic, fake method and target method distance exceeds 32 bytes, so far jump be using, but 13 byte command corrupt method MyClass::getState, cause crash when call it. This can be reproduce using msvc v142 x64.

JiuZhouCangLan avatar Feb 26 '25 07:02 JiuZhouCangLan