Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. 8048ee2: b8 00 00 00 00 mov $0x0,%eax //seems to be a counter
  2. 8048ee7: 8d 4d e1 lea -0x1f(%ebp),%ecx
  3. 8048eea: ba 64 a5 04 08 mov $0x804a564,%edx
  4. 8048eef: 8b 5d 08 mov 0x8(%ebp),%ebx
  5. 8048ef2: 0f be 34 03 movsbl (%ebx,%eax,1),%esi
  6. 8048ef6: 83 e6 0f and $0xf,%esi
  7. 8048ef9: 0f b6 34 32 movzbl (%edx,%esi,1),%esi
  8. 8048efd: 89 f3 mov %esi,%ebx
  9. 8048eff: 88 1c 01 mov %bl,(%ecx,%eax,1)
  10. 8048f02: 83 c0 01 add $0x1,%eax // adds 1 to the counter
  11. 8048f05: 83 f8 06 cmp $0x6,%eax // checks if its 6
  12. 8048f08: 75 e5 jne 8048eef <phase_5+0x2b> //loops again if <6
  13. 8048f0a: c6 45 e7 00 movb $0x0,-0x19(%ebp)
  14. 8048f0e: c7 44 24 04 31 a5 04 movl $0x804a531,0x4(%esp)
  15. 8048f15: 08
  16. 8048f16: 8d 45 e1 lea -0x1f(%ebp),%eax
  17. 8048f19: 89 04 24 mov %eax,(%esp)
  18. 8048f1c: e8 0a 02 00 00 call 804912b <strings_not_equal>
  19. 8048f21: 85 c0 test %eax,%eax
  20. 8048f23: 74 05 je 8048f2a <phase_5+0x66>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement