Posted January 13, 201015 yr XOR BYTE PTR DS:[EAX],ALi am confusing about some piece of code..AL is byte size register ... how can i find it in ollydbg..
January 13, 201015 yr Al is part of EAX. EAX being the entire register ax being the right half of it and al the most right byte. So if you got 12345678 in eax. then 5678 is ax, 56 is ah and 78 is al. Edited January 13, 201015 yr by quosego
Create an account or sign in to comment