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.
- Host: GitHub
- URL: https://github.com/Fleynaro/SDA
- Owner: Fleynaro
- License: apache-2.0
- Created: 2020-01-10T14:22:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-28T10:30:26.000Z (about 2 years ago)
- Last Synced: 2024-08-05T10:17:02.757Z (over 1 year ago)
- Topics: analysis, debugger, decompiler, disassembler, dynamic-analysis, games, pe-format, reverse-engineering, static-analysis, tool, x86, x86-64
- Language: C++
- Homepage:
- Size: 63.3 MB
- Stars: 130
- Watchers: 9
- Forks: 14
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

Debugger:

Structure Editor:

Function Graph Viewer:
