peterg70
November 23rd, 2001, 08:23
Looking for a debugger that can log what calls and jmps are made when i do certain things.
For example. If i enter a incorrect serial number and push the register buttom the software will produce a sort of a trace of what calls are made from my start point to my end point.
Then when i enter a correctly formatted serial number it will show again the trace so i can compare it to the original.
This sort of utility would be bloody useful in W32dasm debugger.
As it will show loops in the code where the serial number is check for each byte.
PS how can i get w32dasm to run the debugger without decompiling the exe first.
Also how can i jump straight to a DLL rather than disassembling the exe in w32dasm. (Some exes are hugh and no point in disassemble when the code is in a DLL)
TIA
Peterg70
For example. If i enter a incorrect serial number and push the register buttom the software will produce a sort of a trace of what calls are made from my start point to my end point.
Then when i enter a correctly formatted serial number it will show again the trace so i can compare it to the original.
This sort of utility would be bloody useful in W32dasm debugger.
As it will show loops in the code where the serial number is check for each byte.
PS how can i get w32dasm to run the debugger without decompiling the exe first.
Also how can i jump straight to a DLL rather than disassembling the exe in w32dasm. (Some exes are hugh and no point in disassemble when the code is in a DLL)
TIA
Peterg70