Describe the bug
While de-compiling a program the following bytes failed to decode.
0x8b 0x4d 0x10 0x83 0xc4 0x04
The program is x86 - 32 bit.
As far as I can see they should result in the following instructions.
0x8b 0x4d 0x10 mov ecx,DWORD PTR [ebp+0x10]
0x83 0xc4 0x04 add esp,0x4