Page 1 of 1

Currently • ESI contains a pointer to a char array • EAX contains the length of the array pointed to by ESI ECX contains

Posted: Thu May 05, 2022 12:55 pm
by answerhappygod
Currently Esi Contains A Pointer To A Char Array Eax Contains The Length Of The Array Pointed To By Esi Ecx Contains 1
Currently Esi Contains A Pointer To A Char Array Eax Contains The Length Of The Array Pointed To By Esi Ecx Contains 1 (208.46 KiB) Viewed 32 times
Currently • ESI contains a pointer to a char array • EAX contains the length of the array pointed to by ESI ECX contains i • EDX contains j Fill in the blank with a single GDB command to print out all the values pointed to by ESI. When writing your answer Only put whitespace between the command and the argument o For example, if I wanted to print the value of var + 7 it would be: p var+7 ▪ There is a space between the command [p] and the argument (var+7) but there is no whitespace in the argument [var+7)