Hi, @TrevorSundberg noticed this issue:
dominictobias/detourxs#1
LDE is reading the following as a 5 byte instruction (48 83 EC 38 48):
48 83 EC 38 sub rsp,38h
48 8B 44 24 68 mov rax,qword ptr [rsp+68h]
I last updated the LDE lib many years ago, do you know if this was fixed? Maybe I can get hold of a newer version if so. If not I'll just monkey patch it as the OP suggests.
Thanks!
Hi, @TrevorSundberg noticed this issue:
dominictobias/detourxs#1
LDE is reading the following as a 5 byte instruction (
48 83 EC 38 48):I last updated the LDE lib many years ago, do you know if this was fixed? Maybe I can get hold of a newer version if so. If not I'll just monkey patch it as the OP suggests.
Thanks!