access
access copied to clipboard
issue with smap
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
I am also getting this error. Any ideas anyone?
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