Forum Discussion
Radare2 Reverse Engineering: Ep.2 – Windows Binary Part 2
I have run into a challenge with Question 3 on this lab. I can't seem to get the appropriate md5 hash value for the .text section to correctly answer this question. I feel that I am close but slightly off on one of the mandatory calculations. Any insight or guidance on what I'm missing / doing incorrectly would be greatly appreciated. Thanks in advance.
4 Replies
- netcat
Silver III
Read the documentation about iz, izz, izz and i-commands in general. And then use the right command to gather the necessary info to proceed.
- SamDickison
Community Manager
- Jeff777
Bronze II
Thanks for following up SamDickison. I read the specified info about the various i-commands as recommended. However I am still missing something in my execution as I still have not been able to arrive at the correct MD5 hash calculation which supplies the correct answer for this question. Thanks.
- netcat
Silver III
You found a command that would display details about the .text section...or not?