wcdatool
wcdatool copied to clipboard
Watcom Disassembly Tool (wcdatool) - Tool to aid disassembling DOS applications created with the Watcom toolchain
Hi :) This looks really interesting as I am trying to RE Fatal Racing/Whiplash and there were WATCOM when running `strings` on `FATAL.EXE`. It did look promising but it crashed...
So is this code in a state to be recompiled once it has been decompiled? I'm not really an assembler programmer so I can't immediately tell. Was surprised to see...
So I have a non-MK app that I'm trying to decompile, I managed through IDA to identify that it was in fact compiled through Watcom. I've tried multiple softwares to...
I was told about this and thought it was cool after spending the last 5 years working directly with TMS34010 assembly code and writing a few huge MK revisions for...
I’ve noticed that several function or branch names are missing, with the previous symbol name being propagated downwards. For example, in the decompilation of MK1.EXE, within MAIN.ASM, the DO_A11_BACKGROUND symbol...