Consider a slightly different snippet of IA32 code: 8048396: call 804839b 804839b: ret Suppose that just before the
Posted: Thu Jul 14, 2022 2:18 pm
Consider a slightly different snippet of IA32 code: 8048396: call 804839b 804839b: ret Suppose that just before the call instruction executes, the value stored in \%esp is 0xffffd838. Then what is the value of \%eip (the program counter) after the ret instruction executes? a. \%eip =0x8048396 b. \%eip =0x804839 b c. \%eip =0x xffffd 838 d. \%eip =0x ffffd 834