This commit is contained in:
lazymio
2021-11-01 09:41:25 +01:00
parent 3dd2e0f95d
commit 0a3e46bf4f
3 changed files with 16 additions and 36 deletions

View File

@ -6,7 +6,6 @@
#include <unicorn/unicorn.h>
#include <string.h>
// code to be emulated
// code to be emulated
#define X86_CODE32 "\x41\x4a" // INC ecx; DEC edx; PXOR xmm0, xmm1