Question
I need help analyzing what these assembly instructions are doing in phase 5 of a bomb lab. Dump of assembler code for function phase_5: =>
I need help analyzing what these assembly instructions are doing in phase 5 of a bomb lab.
Dump of assembler code for function phase_5: => 0x00005555555553c1 <+0>: sub $0x18,%rsp 0x00005555555553c5 <+4>: lea 0x8(%rsp),%rcx 0x00005555555553ca <+9>: lea 0xc(%rsp),%rdx 0x00005555555553cf <+14>: lea 0x170d(%rip),%rsi # 0x555555556ae3 0x00005555555553d6 <+21>: mov $0x0,%eax 0x00005555555553db <+26>: callq 0x555555554e60 <__isoc99_sscanf@plt> 0x00005555555553e0 <+31>: cmp $0x1,%eax 0x00005555555553e3 <+34>: jle 0x555555555432
Dump of assembler code for function __isoc99_sscanf@plt: => 0x0000555555554e60 <+0>: jmpq *0x203122(%rip) # 0x555555757f88 0x0000555555554e66 <+6>: pushq $0xe 0x0000555555554e6b <+11>: jmpq 0x555555554d70
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