Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 000214D5   8A0432           MOV AL,BYTE PTR DS:[EDX+ESI]
  2.  
  3. 000214D8   3C 30            CMP AL,30
  4. 000214DA   7C 04            JL SHORT toolsbox.000214E0
  5. 000214DC   3C 39            CMP AL,39
  6. 000214DE   7E 10            JLE SHORT toolsbox.000214F0
  7.  
  8. 000214E0   3C 41            CMP AL,41
  9. 000214E2   7C 04            JL SHORT toolsbox.000214E8
  10. 000214E4   3C 46            CMP AL,46
  11. 000214E6   7E 08            JLE SHORT toolsbox.000214F0
  12.  
  13. 000214E8   3C 61            CMP AL,61
  14. 000214EA  ^7C DF            JL SHORT toolsbox.000214CB
  15. 000214EC   3C 66            CMP AL,66
  16. 000214EE  ^7F DB            JG SHORT toolsbox.000214CB
  17.  
  18. 000214F0   42               INC EDX
  19. 000214F1   3BD1             CMP EDX,ECX
  20. 000214F3  ^7C E0            JL SHORT toolsbox.000214D5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement