MonoHook icon indicating copy to clipboard operation
MonoHook copied to clipboard

CreateCodePatcher函数中计算最大地址偏移值的错误

Open yaoyechn opened this issue 8 months ago • 1 comments

image

long addrOffset = Math.Abs(_targetPtr.ToInt64() - _proxyPtr.ToInt64());

这里的_proxyPtr似乎应该改为_replacementPtr

image

yaoyechn avatar Jun 12 '24 10:06 yaoyechn