Skip to main content

Reverse Engineering Awesome

brew install radare2
r2 -v

# https://cutter.re/docs/user-docs/shortcuts.html
brew install --cask cutter # GUI for radare2

  • PLT - Procedure Linkage Table
    • Sdk::Decrypt(std::string const&, std::string const&, std::string*)
  • GOT - Global Offset Table

HEX Editor

Assembly RE Tools

参考