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
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)