tamalib icon indicating copy to clipboard operation
tamalib copied to clipboard

Decompilation?

Open NoNamedCat opened this issue 1 year ago • 1 comments

Is very hard to do a decompilation to port the program to c or c++? are there some tools for the architecture? I'm wondering if is possible to traduce the rom to C or C++

NoNamedCat avatar May 22 '23 19:05 NoNamedCat

Hi @NoNamedCat,

I'm not aware of any tool that can produce a first "draft" of C code for the E0C6200. However, if you do find something, keep in mind that the result will not be easy to read, and will just be the starting point of a complete rewrite of the code, making sure building it still produces the same binary ROM.

If you find something, let me know !

Good luck !

jcrona avatar Jun 15 '23 09:06 jcrona