Recent content by Vishu Mahajan

  1. V

    Decompiling raw binary files to C code for the Motorola 68000 processor series

    I cannot seem to locate it. Can you point me to a link or something?
  2. V

    Decompiling raw binary files to C code for the Motorola 68000 processor series

    Hi Ken, The open source tools I'm currently using have no such restrictions. All one needs to be sure about is that they have a legal right to the code they are trying to decompile which I do. I do not know if the binaries represent C code. Could you suggest a way to check this? In fact it...
  3. V

    Decompiling raw binary files to C code for the Motorola 68000 processor series

    I have the ROM dump (.bin files) targeted for the MC68008 processor. Need to convert them into a high level source code. I have already found tools for disassmbling them into assembly code. The next step is converting them to C code. But I could not find any tool that works. I have already tried...