Yeah, I have a few dissassemblers, working on my ability to read it as it is much harder than reading not-yet-assembled assembly. I've been working with ollydebug.
Thanks
I see that the opcode for xor is:
0F EF
So how would you do something like this "xor eax,edi"(or any values for that matter) in binary/hex?