A framework for reverse engineering and analysing binaries.
To open a binary in debugging mode r2 -d <FILE_NAME>
r2 -d <FILE_NAME>
Then to analyze the program type aa
aa
Once complete run afl to see a list of the functions.
afl
afl | grep main
Run: pdf @main
pdf @main
Used for analysing and reverse engineering .NET assemblies.
Last updated 1 year ago