Fleynaro / SDA

SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is it?

SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs.

Now SDA is being developed. You can use it only as demo as there are many bugs and there is much to do.

Features

SDA has the features:

  • Decompiler that has been developed from scratch (better than Ghidra in some cases)
  • Symbol/data type/function/... editors
  • Assembler code viewer
  • Function graph viewer
  • PCode debugger that is platform and processor independent
  • Many others

Screenshots

See /screenshot directory.

Decompiler:

Decompiler

Debugger:

Debugger

Structure Editor:

Structure Editor

Function Graph Viewer:

Function Graph Viewer

About

SDA is a rich cross-platform tool for reverse engineering that focused firstly on analysis of computer games. I'm trying to create a mix of the Ghidra, Cheat Engine and x64dbg. My tool will combine static and dynamic analysis of programs. Now SDA is being developed.

License:Apache License 2.0


Languages

Language:C++ 92.4%Language:Java 4.7%Language:CMake 2.6%Language:Thrift 0.2%Language:C 0.1%