https://github.com/coldmayo/klauddecompiler
Trying to make a decompiler for C
https://github.com/coldmayo/klauddecompiler
Last synced: 4 months ago
JSON representation
Trying to make a decompiler for C
- Host: GitHub
- URL: https://github.com/coldmayo/klauddecompiler
- Owner: coldmayo
- Created: 2024-07-23T03:06:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-09T05:56:51.000Z (over 1 year ago)
- Last Synced: 2025-05-13T01:37:07.921Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 251 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KlaudDecompiler
This is supposed to be a decompiler made in C. I currently am working on the disassembler (machine code -> assembly)
Future plans (for now):
- Build RNN for translating Assembly to C using C++
- Complete Disassembler