Question
I'm stuck on this phase at the moment. I know it accepts a single int value, but I'm not sure which it is. Any assistance
I'm stuck on this phase at the moment. I know it accepts a single int value, but I'm not sure which it is. Any assistance would be ideal.
08048c2d
8048c2d: 83 ec 20 sub $0x20,%esp
8048c30: 65 a1 14 00 00 00 mov %gs:0x14,%eax
8048c36: 89 44 24 10 mov %eax,0x10(%esp)
8048c3a: 31 c0 xor %eax,%eax
8048c3c: c7 44 24 0c 00 00 00 movl $0x0,0xc(%esp)
8048c43: 00
8048c44: 8d 44 24 0c lea 0xc(%esp),%eax
8048c48: 50 push %eax
8048c49: 68 f5 a3 04 08 push $0x804a3f5
8048c4e: ff 74 24 2c pushl 0x2c(%esp)
8048c52: e8 59 fc ff ff call 80488b0 <__isoc99_sscanf@plt>
8048c57: 83 c4 10 add $0x10,%esp
8048c5a: 83 f8 01 cmp $0x1,%eax
8048c5d: 74 05 je 8048c64
8048c5f: e8 90 08 00 00 call 80494f4
8048c64: 81 7c 24 08 e9 01 00 cmpl $0x1e9,0x8(%esp)
8048c6b: 00
8048c6c: 74 05 je 8048c73
8048c6e: e8 81 08 00 00 call 80494f4
8048c73: 8b 44 24 0c mov 0xc(%esp),%eax
8048c77: 65 33 05 14 00 00 00 xor %gs:0x14,%eax
8048c7e: 74 05 je 8048c85
8048c80: e8 7b fb ff ff call 8048800 <__stack_chk_fail@plt>
8048c85: 83 c4 1c add $0x1c,%esp
8048c88: c3 ret
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started