Question: help diffuse phase 5 of my binary bomb lab. I cant figure out if it wants a 6 input string or if the input is

help diffuse phase 5 of my binary bomb lab. I cant figure out if it wants a 6 input string or if the input is %d %d format. Also if you cannot provide me with the correct answer yet because more information is needed can you provide me with step by step what to do with the commands i should be using.
Thank you so much.
Dump of assembler code for function phase_5:
=>0x0000555555555832<+0>: endbr64
0x0000555555555836<+4>: push %rbx
0x0000555555555837<+5>: mov %rdi,%rbx
0x000055555555583a <+8>: call 0x555555555ad2
0x000055555555583f <+13>: cmp $0x6,%eax
0x0000555555555842<+16>: jne 0x555555555870
0x0000555555555844<+18>: mov %rbx,%rax
0x0000555555555847<+21>: lea 0x6(%rbx),%rdi
0x000055555555584b <+25>: mov $0x0,%ecx
0x0000555555555850<+30>: lea 0x1989(%rip),%rsi # 0x5555555571e0
0x0000555555555857<+37>: movzbl (%rax),%edx
0x000055555555585a <+40>: and $0xf,%edx
0x000055555555585d <+43>: add (%rsi,%rdx,4),%ecx
0x0000555555555860<+46>: add $0x1,%rax
0x0000555555555864<+50>: cmp %rdi,%rax
0x0000555555555867<+53>: jne 0x555555555857
0x0000555555555869<+55>: cmp $0x37,%ecx
0x000055555555586c <+58>: jne 0x555555555877
0x000055555555586e <+60>: pop %rbx
0x000055555555586f <+61>: ret
0x0000555555555870<+62>: call 0x555555555de2
0x0000555555555875<+67>: jmp 0x555555555844
0x0000555555555877<+69>: call 0x555555555de2
0x000055555555587c <+74>: jmp 0x55555555586e
End of assembler dump.
(gdb) x/s 0x5555555571e0
0x5555555571e0 : "\017"
(gdb) x/6d 0x5555555571e0
0x5555555571e0 : 1500020

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!