Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

what would be the input values for this assembly code? bomb should not explode. 08048c38 : 8048c38: 83 ec 1c sub $0x1c,%esp 8048c3b: c7 04

what would be the input values for this assembly code? bomb should not explode.

08048c38 : 8048c38: 83 ec 1c sub $0x1c,%esp 8048c3b: c7 04 24 73 a3 04 08 movl $0x804a373,(%esp) 8048c42: e8 84 04 00 00 call 80490cb 8048c47: 83 c0 01 add $0x1,%eax 8048c4a: 89 04 24 mov %eax,(%esp) 8048c4d: e8 ae fb ff ff call 8048800 8048c52: c7 00 43 72 69 6b movl $0x6b697243,(%eax) 8048c58: c7 40 04 65 79 21 20 movl $0x20217965,0x4(%eax) 8048c5f: c7 40 08 49 20 68 61 movl $0x61682049,0x8(%eax) 8048c66: c7 40 0c 76 65 20 6c movl $0x6c206576,0xc(%eax) 8048c6d: c7 40 10 6f 73 74 20 movl $0x2074736f,0x10(%eax) 8048c74: c7 40 14 6d 79 20 6d movl $0x6d20796d,0x14(%eax) 8048c7b: c7 40 18 6f 6a 6f 21 movl $0x216f6a6f,0x18(%eax) 8048c82: c6 40 1c 00 movb $0x0,0x1c(%eax) 8048c86: c6 40 11 78 movb $0x78,0x11(%eax) 8048c8a: 89 44 24 04 mov %eax,0x4(%esp) 8048c8e: 8b 44 24 20 mov 0x20(%esp),%eax 8048c92: 89 04 24 mov %eax,(%esp) 8048c95: e8 50 04 00 00 call 80490ea 8048c9a: 85 c0 test %eax,%eax 8048c9c: 74 05 je 8048ca3 8048c9e: e8 e2 06 00 00 call 8049385 8048ca3: 83 c4 1c add $0x1c,%esp 8048ca6: c3 ret

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

Seven Databases In Seven Weeks A Guide To Modern Databases And The NoSQL Movement

Authors: Luc Perkins, Eric Redmond, Jim Wilson

2nd Edition

1680502530, 978-1680502534

More Books

Students also viewed these Databases questions

Question

Conduct a needs assessment. page 283

Answered: 1 week ago