How to interpret an Assembly statement with its hexadecimal value in a memory address?
8B 4C 24 04
CORRESPONDS TO THIS - > MOV ECX,DWORD PTR SS:[ESP+4]
But if you only had the hexadecimal values how would you get to this Intel x86 instruction?