Forum Discussion

Jeff777's avatar
Jeff777
Icon for Bronze II rankBronze II
2 months ago

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

  • 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.

    • Jeff777's avatar
      Jeff777
      Icon for Bronze II rankBronze 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's avatar
        netcat
        Icon for Silver III rankSilver III

        You found a command that would display details about the .text section...or not?