An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/Fleynaro/SDA

analysis debugger decompiler disassembler dynamic-analysis games pe-format reverse-engineering static-analysis tool x86 x86-64

Last synced: 9 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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](screenshots) directory.

Decompiler:

![Decompiler](/screenshots/1.png)

Debugger:

![Debugger](/screenshots/3.png)

Structure Editor:

![Structure Editor](/screenshots/5.png)

Function Graph Viewer:

![Function Graph Viewer](/screenshots/2.png)