Advertisement
Guest User

UTF-8 Decoding

a guest
Oct 7th, 2017
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. 00000abc 00defghi 00jklmno 00pqrstu mov ebx, eax ; and ebx, 0FF00FFh; lea ebx, [ebx+ebx*2] ; add eax, ebx
  2. 00000abc defghi00 00jklmno pqrstu00 shr eax, 2
  3. 0000000a bcdefghi 0000jklm nopqrstu shl ax, 4
  4. 0000000a bcdefghi jklmnopq rstu0000 shr eax, 4
  5. 00000000 000abcde fghijklm nopqrstu
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement