We will be using the pseudo code generation functionality of Hopper in order to understand it better. The following are the steps:
- Let's load up the binary in Hopper for analysis:</li>
- Once we have the binary loaded, we can search for the telnet string and we will be able to see telnet mentioned somewhere in the code sample:
Finding telnet instance in the strings
- To figure out where it is being called from, we can right-click on the string and select References to address, which will show us the locations and instructions ...