Monthly Archives: November 2010

x86 assembler is not injective

Look at the following opcode: mov eax, ecx There are two ways to assemble it to machine-code: 8b c1 and 89 c8. First, look at the binary representation: 8b c1 = 1000 1011 1100 0001 = 100010 1 111 000 … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment