fork download
  1. 00000000004004e0 <main>:
  2. 4004e0: 55 push %rbp
  3. 4004e1: bd 60 0b 60 00 mov $0x600b60,%ebp
  4. 4004e6: 53 push %rbx
  5. 4004e7: bb 60 1b 60 00 mov $0x601b60,%ebx
  6. 4004ec: 48 83 ec 08 sub $0x8,%rsp
  7. 4004f0: e8 db ff ff ff callq 4004d0 <rand@plt>
  8. 4004f5: 48 83 c5 04 add $0x4,%rbp
  9. 4004f9: 89 45 fc mov %eax,-0x4(%rbp)
  10. 4004fc: 48 81 fd 60 1b 60 00 cmp $0x601b60,%rbp
  11. 400503: 75 eb jne 4004f0 <main+0x10>
  12. 400505: 41 b9 f4 01 00 00 mov $0x1f4,%r9d
  13. 40050b: 31 f6 xor %esi,%esi
  14. 40050d: 41 b8 60 0b 60 00 mov $0x600b60,%r8d
  15. 400513: 0f 1f 44 00 00 nopl 0x0(%rax,%rax,1)
  16. 400518: 41 8b 38 mov (%r8),%edi
  17. 40051b: b8 60 0b 60 00 mov $0x600b60,%eax
  18. 400520: 8b 08 mov (%rax),%ecx
  19. ---start---
  20. 400522: 31 d2 xor %edx,%edx
  21. 400524: 39 cf cmp %ecx,%edi
  22. 400526: 0f 9c c1 setl %cl
  23. 400529: 0f 9f c2 setg %dl
  24. 40052c: 48 83 c0 04 add $0x4,%rax (this got in somehow)
  25. 400530: 0f b6 c9 movzbl %cl,%ecx
  26. 400533: 29 ca sub %ecx,%edx
  27. ---end---
  28. 400535: 01 d6 add %edx,%esi
  29. 400537: 48 3d 60 1b 60 00 cmp $0x601b60,%rax
  30. 40053d: 75 e1 jne 400520 <main+0x40>
  31. 40053f: 49 83 c0 04 add $0x4,%r8
  32. 400543: 4c 39 c3 cmp %r8,%rbx
  33. 400546: 75 d0 jne 400518 <main+0x38>
  34. 400548: 41 83 e9 01 sub $0x1,%r9d
  35. 40054c: 75 bf jne 40050d <main+0x2d>
  36. 40054e: bf 34 07 40 00 mov $0x400734,%edi
  37. 400553: 31 c0 xor %eax,%eax
  38. 400555: e8 46 ff ff ff callq 4004a0 <printf@plt>
  39. 40055a: 48 83 c4 08 add $0x8,%rsp
  40. 40055e: 31 c0 xor %eax,%eax
  41. 400560: 5b pop %rbx
  42. 400561: 5d pop %rbp
  43. 400562: c3 retq
  44. 400563: 90 nop
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty