Hi everybody,
i am searching for a tool to convert assemler code into C-Code.
Well i can convert it on my own but for time saving a tool would be
great.
If somebody knows a tool which can do this, please send me a mail.
regards
Jörg Linsenmayer
Hi everybody,
i am searching for a tool to convert assemler code into C-Code.
Well i can convert it on my own but for time saving a tool would be
great.
If somebody knows a tool which can do this, please send me a mail.
regards
Jörg Linsenmayer
I'd be surprised if a such (working!) program exists. To do that, you would have to create some kind of really advanced AI to find patterns of if() cases and switches. A lot of people have tried to write programs like these, but all that I know of have failed. I just don't think it's possible to do with the technology of today.
The only tool that comes to mind that would be of any use at converting assembler to 'C' is located between your ears.
Mike