Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Binary bomb Phase 6, what is the input (6 integers) here? 0000000000400fcb : 400fcb: 41 56 push %r14 400fcd: 41 55 push %r13 400fcf: 41

Binary bomb Phase 6, what is the input (6 integers) here?

0000000000400fcb : 400fcb: 41 56 push %r14 400fcd: 41 55 push %r13 400fcf: 41 54 push %r12 400fd1: 55 push %rbp 400fd2: 53 push %rbx 400fd3: 48 83 ec 50 sub $0x50,%rsp 400fd7: 48 8d 74 24 30 lea 0x30(%rsp),%rsi 400fdc: e8 2a 03 00 00 callq 40130b 400fe1: 4c 8d 64 24 30 lea 0x30(%rsp),%r12 400fe6: 4d 8d 74 24 14 lea 0x14(%r12),%r14 400feb: 41 bd 01 00 00 00 mov $0x1,%r13d 400ff1: eb 28 jmp 40101b 400ff3: e8 f1 02 00 00 callq 4012e9 400ff8: eb 30 jmp 40102a 400ffa: e8 ea 02 00 00 callq 4012e9 400fff: 48 83 c3 01 add $0x1,%rbx 401003: 83 fb 05 cmp $0x5,%ebx 401006: 7f 0b jg 401013 401008: 8b 44 9c 30 mov 0x30(%rsp,%rbx,4),%eax 40100c: 39 45 00 cmp %eax,0x0(%rbp) 40100f: 75 ee jne 400fff 401011: eb e7 jmp 400ffa 401013: 49 83 c5 01 add $0x1,%r13 401017: 49 83 c4 04 add $0x4,%r12 40101b: 4c 89 e5 mov %r12,%rbp 40101e: 41 8b 04 24 mov (%r12),%eax 401022: 83 e8 01 sub $0x1,%eax 401025: 83 f8 05 cmp $0x5,%eax 401028: 77 c9 ja 400ff3 40102a: 4d 39 f4 cmp %r14,%r12 40102d: 74 05 je 401034 40102f: 4c 89 eb mov %r13,%rbx 401032: eb d4 jmp 401008 401034: be 00 00 00 00 mov $0x0,%esi 401039: 8b 4c b4 30 mov 0x30(%rsp,%rsi,4),%ecx 40103d: b8 01 00 00 00 mov $0x1,%eax 401042: ba d0 32 60 00 mov $0x6032d0,%edx 401047: 83 f9 01 cmp $0x1,%ecx 40104a: 7e 0b jle 401057 40104c: 48 8b 52 08 mov 0x8(%rdx),%rdx 401050: 83 c0 01 add $0x1,%eax 401053: 39 c8 cmp %ecx,%eax 401055: 75 f5 jne 40104c 401057: 48 89 14 f4 mov %rdx,(%rsp,%rsi,8) 40105b: 48 83 c6 01 add $0x1,%rsi 40105f: 48 83 fe 06 cmp $0x6,%rsi 401063: 75 d4 jne 401039 401065: 48 8b 1c 24 mov (%rsp),%rbx 401069: 48 8b 44 24 08 mov 0x8(%rsp),%rax 40106e: 48 89 43 08 mov %rax,0x8(%rbx) 401072: 48 8b 54 24 10 mov 0x10(%rsp),%rdx 401077: 48 89 50 08 mov %rdx,0x8(%rax) 40107b: 48 8b 44 24 18 mov 0x18(%rsp),%rax 401080: 48 89 42 08 mov %rax,0x8(%rdx) 401084: 48 8b 54 24 20 mov 0x20(%rsp),%rdx 401089: 48 89 50 08 mov %rdx,0x8(%rax) 40108d: 48 8b 44 24 28 mov 0x28(%rsp),%rax 401092: 48 89 42 08 mov %rax,0x8(%rdx) 401096: 48 c7 40 08 00 00 00 movq $0x0,0x8(%rax) 40109d: 00 40109e: bd 05 00 00 00 mov $0x5,%ebp 4010a3: eb 09 jmp 4010ae 4010a5: 48 8b 5b 08 mov 0x8(%rbx),%rbx 4010a9: 83 ed 01 sub $0x1,%ebp 4010ac: 74 11 je 4010bf 4010ae: 48 8b 43 08 mov 0x8(%rbx),%rax 4010b2: 8b 00 mov (%rax),%eax 4010b4: 39 03 cmp %eax,(%rbx) 4010b6: 7e ed jle 4010a5 4010b8: e8 2c 02 00 00 callq 4012e9 4010bd: eb e6 jmp 4010a5 4010bf: 48 83 c4 50 add $0x50,%rsp 4010c3: 5b pop %rbx 4010c4: 5d pop %rbp 4010c5: 41 5c pop %r12 4010c7: 41 5d pop %r13 4010c9: 41 5e pop %r14 4010cb: c3 retq

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems An Application Oriented Approach Complete Version

Authors: Michael Kifer, Arthur Bernstein, Richard Lewis

2nd Edition

0321268458, 978-0321268457

More Books

Students also viewed these Databases questions