References
  • Welcome!
  • Crypto
    • Bases
    • Nonces
    • RSA
    • Simple Ciphers
  • Pwn
    • Canary
    • Format String Attack
      • Fuzzer
    • NX, PIE, RELRO and ASLR
    • pwntools
    • The GOT and the PLT
  • Reverse Engineering
    • Assembly
    • CTF Tips And Tricks
    • Tools
      • Angr
    • Tools Setup
  • Web
    • JWT
  • Forensics
    • Analysing Network Packet Captures
    • Disk Images
    • Steganography
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Reverse Engineering

Tools

going brrrrrr

PreviousCTF Tips And TricksNextAngr

Last updated 4 years ago

Was this helpful?

So, one of the first thing that we need when dealing with reverse engineering are tools. Can't do much without them!

Some of the tools that I like to use are:

  • Kali Linux (Yes, I'm counting it as a tool as much as an Operating System. Live with it :) )

  • Radare2 and its family

  • Ghidra

Those are my main tools for reversing a binary. So, lets get them installed onto our machine. -> I've covered how to install these tools

Other tools that I haven't used, but you may be familiar with them are:

  • IDA (Pro)

  • Hopper

  • dnSpy

  • Ollydbg

  • Binary Ninja

And many more that I haven't heard of!

Once we've got everything set up, we're good to go!

here