πŸ› οΈReverse Engineering

Radare2

A framework for reverse engineering and analysing binaries.

  • To open a binary in debugging mode r2 -d <FILE_NAME>

  • Then to analyze the program type aa

  • Once complete run afl to see a list of the functions.

    • afl | grep main

  • Run: pdf @main

dnSpy

Used for analysing and reverse engineering .NET assemblies.

Last updated

Was this helpful?