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

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

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