Continuing from the last recipe, we'll wrap up the dynamic analysis of this binary in this recipe using GDB. Like before, we'll try to break up the instructions into blocks of code so that our analysis and understanding is made simpler.
Finishing dynamic analysis
Getting ready
Make sure VirtualBox and the 32-bit Ubuntu virtual machine are still running. If not, go ahead and start them and then go through the previous recipe. We'll continue our analysis in this recipe from the last instruction of the previous recipe. If you kept GDB running from the last recipe, you're ready to proceed. If not, run the instructions in the How to do it... section of the previous recipe before proceeding with this recipe.
...