Question: If this code runs from its start until the endpoint, the value in register ecx will be: 0x40106e : mov $0x1,%edx 0x401073 : mov $0x8,%ecx
If this code runs from its start until the endpoint, the value in register ecx will be:
0x40106e: mov $0x1,%edx 0x401073 : mov $0x8,%ecx 0x401078 : test %ecx,%ecx 0x40107a : jg 0x40107e 0x40107c : jmp 0x40108a 0x40107e : lea (%ecx,%ecx,1),%eax 0x401081 : lea (%eax,%edx,1),%eax 0x401084 : lea 0xffffffff(%eax),%edx 0x401087 : dec %ecx 0x401088 : jmp 0x401078 0x40108a : // endpoint
Question options:
| |||
| |||
| |||
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
