access icon indicating copy to clipboard operation
access copied to clipboard

issue with smap

Open spudgy opened this issue 3 years ago • 2 comments

Hello this is my first time trying smap and I could not create an issue there, when I try to run the example cmd line I get this message [error at C:\Users\admin\Downloads\smap-master\smap-master\smap\translator.cpp:847] unexpected instruction (00000000000233B3, shr r11, 0x05) with index operand while parsing jump table (00000000000233C2) which seems to be related to a instruction from memmove, is there any possible solution? Thanks

spudgy avatar Mar 27 '21 21:03 spudgy

I am also getting this error. Any ideas anyone?

dranger003 avatar Jun 26 '21 02:06 dranger003

I am also getting this error. Any ideas anyone?

The disassembler seems to be incomplete and unstable, a band-aid solution to this would be compiling your DLL with /MD so the memset or memmove function is imported rather than statically linked

Skengdo avatar May 23 '23 05:05 Skengdo