Hi!
I must debug an exe file (without source). I must check step by step each instruction performed, values in memory etc.
Does anybody know a program to do it and were I can find?
The program was wrote in Visual C++ by a chinese company. It is used to get values from a electronic ballast analyzer and is connected in COM1 port. The program receive data from analyzer (hexadecimal values) and translate it to decimal values. We must create a software to interact with analyzer because the original program have any limitations and do any wrong calculations. We try contact the manufacturer in China but I think it don't exist anymore
Then I thinking debug the software and try understand what it do. I decompiled it with DisAsm but ASM source code don't aided. After I decompilded with REC (it mix ASM code with C code), it aided a bit more but isn't sufficient...
Thanks a lot.
Maurilio