View Full Version : Nag in vb???
BruceLee
September 4th, 2003, 05:59
What is the fastest way to find out where proggie written in vb calling dialog?
How to enable button on dialog? Any suggest for breakpoint?
Mr.P
September 4th, 2003, 10:17
smartcheck
BruceLee
September 4th, 2003, 13:05
I use smartcheck but Smartcheck give me strange address...
I found in SmartCheck btnTry.Enable (FALSE) ???
How can I break on try button enable?
Which breakpoint?
Mr.P
September 4th, 2003, 14:26
Have you cracked a VB program before? Note that they are completely different to "normal" Windows apps, so you might want to read up on Visual Basic cracking before approaching your target.
Teerayoot
September 4th, 2003, 21:39
set bp on showwindow ,it work fine.
sometime showwindow not work ,use createwindowa it use every program even delphi but it 's difference to showwindow ,showwindow is easier to play with.
or else set condition log on enable window and see where are caller .
Not hard ,not hard

Teerayoot
September 4th, 2003, 21:41
smartcheck not working if the program not compile with native-code or p-code i not sure ,but it's not work.
Anonymous
September 11th, 2003, 00:35
You find a lot of nag in VB progie in this code sequences
Magic Word
+000002B0
e.g.
call dword ptr ds:[edi+000002B0]
or
call dword ptr ds:[eax+000002B0]
If problem to find or there is a lot of magic word set BP on ShowWindow and if it is for your nag trace until return to code in your progie and look a bit upper and nope this line or find JUMP above.
Powered by vBulletin® Version 4.2.2 Copyright © 2018 vBulletin Solutions, Inc. All rights reserved.