Are there any other ways to debug this? Does anyone know why setting the breakpoints fails?
when winedbg cannot set a bp (when continuing or something) it tells it with a message like "invalid addr for bp, disabling it". but, are you sure of the addresses? I mean, how did you get the 0x428a35 address ? In some cases, running the program from the debugger and from the command line lead to different memory layouts, hence potentially different addresses. A+