View Single Post
Old 05-12-2004, 07:28 PM   #3 (permalink)
Amaranthine
Registered User
 
Amaranthine's Avatar
 
Join Date: May 2004
Posts: 47
Amaranthine is on a distinguished road
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?

Last edited by Amaranthine; 05-12-2004 at 07:50 PM.
Amaranthine is offline   Reply With Quote