chessgod101
November 29th, 2009, 00:58
I have been working on a software for several days now. When I load it into smartcheck, the registration data disappears from the program. I've attempted to load it into peid, but it states that the software is free of packers. When I attempt to attach ollydbg to the program & set a _vbastrcomp breakpoint, the program continuously breaks on the call rendering it impossible to click register. I have also attempted to place a breakpoint on_rtamsgbox with nil results. Any suggestions?
anom
November 29th, 2009, 04:22
The API seems to be used too often (e. g. for rendering the GUI or some similar background task requiring excessive usage of that API). Try to set a conditional breakpoint on the API or search it references statically in the program.
Indy
November 29th, 2009, 08:51
Download the debugging symbols for
msvbvm60.dll
Code:
"C:\Program Files\Debugging Tools for Windows (x86)\symchk.exe" C:\WINDOWS\System32\msvbvm60.dll /s srv*D:\Symbols*http://msdl.microsoft.com/download/symbols -v
And copy the directory with Olly(v1.10).
When multiple calls to put a conditional break as saying.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.