TsudaKageyu/minhook

Wrong disassembling

llxiaoyuan opened this issue · 1 comments

uint8_t code[] = {
  0x67,0xA0,0x24,0x28,0x83,0xFA,//mov al,byte ptr ds:[FA832824]
  0x90,0x90,0x90,0x90
};
hde64s hde;
hde64_disasm(code, &hde);
printf("%u\n", hde.len);//10
m417z commented

Looks similar to #96