Installation
- Go to the official webpage and download the free version.
- Once downloaded:
chmod +x idafreeXX_linux.run
idafreeXX_linux.run
- Choose the desired destination to install (default
/home/USER
)
- Start it by:
/LOCATION/idafree-X.X/ida64
Create a permanent alias for IDA
Remember to change the version and location :D
Opening strings
- Go to
View >> Open subviews >> Strings
or pressShift + F12
Using the breakpoint
- Click on
Right click >> Add a breakpoint
or pressF2
- In this case, we are going to analyze the previous operation of an
elf
binary which uses thestrcmp()
function:
- For text view โ
Right click >> Text View
- Now we want to execute the binary by adding some parameters. For this we are going to do:
Debugger >> Process options
and add the argument:
- Now we can run the program by clicking the green button