PDA

View Full Version : Jump to <&MSVBVM60.#100> ??


99bobster99
08-25-2003, 09:31 AM
Hello,

I'm trying to debug a program, but I've run into an instruction which causes Ollydbg to stop debugging ??

Ollydbg loads the program fine, I press F9 to start the debug. All is fine, the program begins and pops up a registration message box. Ollydbg CPU monitor window is on the following instruction;

CALL

I then enter a username and serial number in the application program, before pressing "Ok" I setup a point.h breakpoint. The program then tells me the registration is not correct, but Ollydbg never debugged anything in between selecting "Ok" and seeing the incorrect reg message.

Does anyone have any suggestions ?? I've read a lot of tutorials on this but nothing has worked ??

Anonymous
08-25-2003, 11:53 AM
Your debugging a visual basic program, and so Ollydbg isn't the right tool for the job. What you want is something like BoundsChecker and the like. VB apps can not really be disassembled to anything meaningful, unlike a C, C++ or Delphi application.

Tacman
08-25-2003, 02:03 PM
Smartcheck is the favorite choice for vb apps

Anonymous
08-25-2003, 02:47 PM
you must break on vb api like vbastrcmp etc

Teerayoot
08-26-2003, 01:55 AM
www.bugsgroup.com (http://www.bugsgroup.com) it's have a tutorial that point on this ploblem.

Anonymous
08-26-2003, 06:08 AM
mmmhhh, more than debugging this app you are probably just trying to crack it, I'd say ....

jimmyboy

Anonymous
08-26-2003, 06:30 AM
Nahhh, he wrote the app himself, why would he want to crack his own app?

Anonymous
08-26-2003, 03:13 PM
well my friend, the guy is saying he fails registering the application ....
you mean that he is so dumb that he can't register his own application????
Gee, I didn't consider that ...

jimmyboy

Anonymous
08-26-2003, 03:44 PM
Yup, that's right. Due to a bug in his registration routines, he can't get the application registered, so needs to debug it to find out why the application is rejecting his (perfectly valid) registration code.

Anonymous
08-26-2003, 06:30 PM
mmmhhh, the guy must be a whiz

jimmyboy

Anonymous
08-27-2003, 04:23 AM
Hi guys,

You guys are absolutely correct. I'm trying to protect my own hard work and am trying to make it my shareware program 100% uncrackable. I'm trying to mask the way that crackers can easily find the reg code. Thanks for all your help, I've just rendered Smartcheck useless !! Hee Hee. I will be posting my routine on a popular programmers forum for all to use as well. Thanks again.

Regards, the whiz.

Anonymous
08-27-2003, 06:03 AM
My friend we did not mean to offend you ... it's just that I personally like things to be called with their name .... not debugging, cracking .... it's as simple as that ..

jimmyboy

Teerayoot
08-27-2003, 10:29 PM
All program are crackable.Do not waste your time to protect it.
Just release as a freeware if you want it to be non crackable

Anonymous
08-28-2003, 03:54 AM
the whiz,
come on over to bugsgroup and post the name of the app, maybe we can help each other, reversers are not the enemy, most of us on it for challenge not to release cracks.

99bobster99
09-03-2003, 10:29 AM
Hi guys,

Here is the files location. Let me know how you can crack it.

http://www.iclub.com/registration.asp?download=ClassicSetup.exe

You will need to register an email address, then it will allow you to download the proggie.

I love the challenge as well.

Anonymous
09-03-2003, 10:27 PM
can not download,can i download on simtel.com or download.com

?

tbd members.

Anonymous
09-04-2003, 04:37 AM
I got it downloaded, just enter a fake name, address and the other info. Once entered it will automatically start the download. Interesting challenge !!

simon

99bobster99
09-06-2003, 12:09 AM
I didn't think you guys would have any luck cracking my program with Ollydbg !! Hee Hee ... pretty nice routine isn't it !!

Anonymous
09-06-2003, 02:41 AM
already cracked, thanks to ollydbg.

Anonymous
09-06-2003, 07:58 AM
I've been playing with this proggie for a few days now, can't figure it out ?? Anyone have a tut ?

simon