Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Find the 2 integers that will diffuse the bomb, and not trigger the bomb to explode 00000000000017a0 : begin{tabular}{|c|c|c|c|c|c|c|c|c|c|} hline 17a0: & f3 & of
Find the 2 integers that will diffuse the bomb, and not trigger the bomb to explode
00000000000017a0 : \begin{tabular}{|c|c|c|c|c|c|c|c|c|c|} \hline 17a0: & f3 & of & 1e & fa & & & & \multicolumn{2}{|c|}{ endbr64 } \\ \hline 17a4: & 48 & 83 & ec & 18 & & & & sub & $018,% rsp \\ \hline 17a8: & 64 & 48 & 8b & 04 & 25 & 28 & 00 & mov & % fs:0x28,\%rax \\ \hline 17af: & 00 & 00 & & & & & & & \\ \hline 17b1: & 48 & 89 & 44 & 24 & 08 & & & mov & %rax,08 (\%rsp) \\ \hline 17b6: & 31 & co & & & & & & xor & % eax,\%eax \\ \hline 17b8: & 48 & 89 & e1 & & & & & mov & %rsp,%rcx \\ \hline 17bb: & 48 & 8d & 54 & 24 & 04 & & & lea & 04(%rsp),%rdx \\ \hline 170: & 48 & 8d & 35 & 5d & 1b & 00 & 00 & Lea & \# 3324 \\ \hline 177: & e8 & 34 & fb & ff & ff & & & call & 1300 \\ \hline 17: & 83 & f8 & 02 & & & & & cmp & $02,% eax \\ \hline 17cf: & 75 & Ob & & & & & & jne & 17dc \\ \hline 17d1: & 8b & 04 & 24 & & & & & mov & (\%rsp),\%eax \\ \hline 17d4: & 83 & e8 & 02 & & & & & sub & $02,% eax \\ \hline 17d7: & 83 & f8 & 02 & & & & & cmp & $02,% eax \\ \hline 17da: & 76 & 05 & & & & & & jbe & 17 e1 \\ \hline 17dc: & e8 & 90 & 04 & 00 & 00 & & & call & 1c71 \\ \hline 17e1: & 8b & 34 & 24 & & & & & mov & (\%rsp),\%esi \\ \hline 17e4: & bf & 08 & 00 & 00 & 00 & & & mov & $08,% edi \\ \hline 17e9: & e8 & 77 & ff & ff & ff & & & call & 1765 \\ \hline 17ee: & 39 & 44 & 24 & 04 & & & & cmp & % eax,0x4(\%rsp) \\ \hline 17f2: & 75 & 15 & & & & & & jne & 1809 \\ \hline 17f4: & 48 & 8b & 44 & 24 & 08 & & & mov & 08(%rsp),%rax \\ \hline 17f9: & 64 & 48 & 2b & 04 & 25 & 28 & 00 & sub & % fs:0x28,\%rax \\ \hline 1800: & 00 & 00 & & & & & & & \\ \hline 1802: & 75 & 0c & & & & & & jne & 1810 \\ \hline 1804: & 48 & 83 & c4 & 18 & & & & add & $018,%rsp \\ \hline 1808: & c3 & & & & & & & ret & \\ \hline 1809: & e8 & 63 & 04 & 00 & 00 & & & call & 1 c71 \\ \hline 180e: & eb & e4 & & & & & & jmp & 17f4 \\ \hline 1810: & e8 & 3b & fa & ff & ff & & & call & 1250 \\ \hline \end{tabular} 0000000000001765 : 1765: f3 of 1e fa endbr64 1769: b8 00000000 mov \$0x0,\%eax 176e: 85ff test \%edi,\%edi 1770: 7e 2d jle 179f 1772: 4154 push \%r12 1774: 55 push \%rbp 1775: 53 push \%rbx 1776: 89fb mov \%edi,\%ebx 1778: 89 f5 mov \%esi,\%ebp 177a: 89 fo mov \%esi,\%eax 177c: 83ff01cmp$01,\%edi 1784: e 8dcffffff call 1765 1789: 448d2428 lea (\%rax,\%rbp, 1),\%r12d 178d: 8d7b fe lea 02(%rbx),%, 1790: 89 ee mov \%ebp,\%esi 1792: e8 ce ff ff ff call 1765 1797: 4401 e0 add \%r12d,\%eax 179a: 5b pop %rbx 179b: 5d pop %rbp 179c: 415c pop %r12 179e: c3 ret 179f: c3 ret 00000000000017a0 : 17a0: f3 of 1 e fa endbr64 17a4:17a8:17af:17b1:4864488b042528000000488944240883movec18%fs:0x28,%raxmov%rax,0x8(%rsp)sub$0x18,%rsp 17b6: 31 co xor \%eax,\%eax 17b8: 4889 e1 mov \%rsp,\%rcx 17bb: 488d542404 lea 0x4(%rsp),%rdx 17c0: 48 8d 35 5d 1b0000 lea 0x1b5d(\%rip),\%rsi \# 3324 17c7: e8 34fbffff call 1300 17c: 83 f8 02 cmp \$0x2,\%eax 17cf: 75 ob jne 17dc 17d1: 8b 04 24 mov (\%rsp),\%eax 17d4: 83 e8 02 sub $02,% \%eax 00000000000017a0 : \begin{tabular}{|c|c|c|c|c|c|c|c|c|c|} \hline 17a0: & f3 & of & 1e & fa & & & & \multicolumn{2}{|c|}{ endbr64 } \\ \hline 17a4: & 48 & 83 & ec & 18 & & & & sub & $018,% rsp \\ \hline 17a8: & 64 & 48 & 8b & 04 & 25 & 28 & 00 & mov & % fs:0x28,\%rax \\ \hline 17af: & 00 & 00 & & & & & & & \\ \hline 17b1: & 48 & 89 & 44 & 24 & 08 & & & mov & %rax,08 (\%rsp) \\ \hline 17b6: & 31 & co & & & & & & xor & % eax,\%eax \\ \hline 17b8: & 48 & 89 & e1 & & & & & mov & %rsp,%rcx \\ \hline 17bb: & 48 & 8d & 54 & 24 & 04 & & & lea & 04(%rsp),%rdx \\ \hline 170: & 48 & 8d & 35 & 5d & 1b & 00 & 00 & Lea & \# 3324 \\ \hline 177: & e8 & 34 & fb & ff & ff & & & call & 1300 \\ \hline 17: & 83 & f8 & 02 & & & & & cmp & $02,% eax \\ \hline 17cf: & 75 & Ob & & & & & & jne & 17dc \\ \hline 17d1: & 8b & 04 & 24 & & & & & mov & (\%rsp),\%eax \\ \hline 17d4: & 83 & e8 & 02 & & & & & sub & $02,% eax \\ \hline 17d7: & 83 & f8 & 02 & & & & & cmp & $02,% eax \\ \hline 17da: & 76 & 05 & & & & & & jbe & 17 e1 \\ \hline 17dc: & e8 & 90 & 04 & 00 & 00 & & & call & 1c71 \\ \hline 17e1: & 8b & 34 & 24 & & & & & mov & (\%rsp),\%esi \\ \hline 17e4: & bf & 08 & 00 & 00 & 00 & & & mov & $08,% edi \\ \hline 17e9: & e8 & 77 & ff & ff & ff & & & call & 1765 \\ \hline 17ee: & 39 & 44 & 24 & 04 & & & & cmp & % eax,0x4(\%rsp) \\ \hline 17f2: & 75 & 15 & & & & & & jne & 1809 \\ \hline 17f4: & 48 & 8b & 44 & 24 & 08 & & & mov & 08(%rsp),%rax \\ \hline 17f9: & 64 & 48 & 2b & 04 & 25 & 28 & 00 & sub & % fs:0x28,\%rax \\ \hline 1800: & 00 & 00 & & & & & & & \\ \hline 1802: & 75 & 0c & & & & & & jne & 1810 \\ \hline 1804: & 48 & 83 & c4 & 18 & & & & add & $018,%rsp \\ \hline 1808: & c3 & & & & & & & ret & \\ \hline 1809: & e8 & 63 & 04 & 00 & 00 & & & call & 1 c71 \\ \hline 180e: & eb & e4 & & & & & & jmp & 17f4 \\ \hline 1810: & e8 & 3b & fa & ff & ff & & & call & 1250 \\ \hline \end{tabular} 0000000000001765 : 1765: f3 of 1e fa endbr64 1769: b8 00000000 mov \$0x0,\%eax 176e: 85ff test \%edi,\%edi 1770: 7e 2d jle 179f 1772: 4154 push \%r12 1774: 55 push \%rbp 1775: 53 push \%rbx 1776: 89fb mov \%edi,\%ebx 1778: 89 f5 mov \%esi,\%ebp 177a: 89 fo mov \%esi,\%eax 177c: 83ff01cmp$01,\%edi 1784: e 8dcffffff call 1765 1789: 448d2428 lea (\%rax,\%rbp, 1),\%r12d 178d: 8d7b fe lea 02(%rbx),%, 1790: 89 ee mov \%ebp,\%esi 1792: e8 ce ff ff ff call 1765 1797: 4401 e0 add \%r12d,\%eax 179a: 5b pop %rbx 179b: 5d pop %rbp 179c: 415c pop %r12 179e: c3 ret 179f: c3 ret 00000000000017a0 : 17a0: f3 of 1 e fa endbr64 17a4:17a8:17af:17b1:4864488b042528000000488944240883movec18%fs:0x28,%raxmov%rax,0x8(%rsp)sub$0x18,%rsp 17b6: 31 co xor \%eax,\%eax 17b8: 4889 e1 mov \%rsp,\%rcx 17bb: 488d542404 lea 0x4(%rsp),%rdx 17c0: 48 8d 35 5d 1b0000 lea 0x1b5d(\%rip),\%rsi \# 3324 17c7: e8 34fbffff call 1300 17c: 83 f8 02 cmp \$0x2,\%eax 17cf: 75 ob jne 17dc 17d1: 8b 04 24 mov (\%rsp),\%eax 17d4: 83 e8 02 sub $02,% \%eax
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