Log in

View Full Version : need vb3 decompiler


Xybyre
April 16th, 2002, 04:18
I need a decompiler for a Self Test cbt-type certification software. The program was written in VB3. The protection seems to be a simple time trial + registration key, but since vb3 is interpreted, a debugger doesn't do me any good...

The demo version of vbdis3 has a size limit, so it refuses to decompile the program. I've gone through pages and pages of cached material on Google, with no luck on finding a working link to a version of vbdis that can decompile the program.

Anybody have any suggestions?

thanks,
Xybyre

foxthree
April 16th, 2002, 06:39
... protools.cjb.net? I remember they have a VB3 decompiler?

Signed,
-- FoxThree

Xybyre
April 16th, 2002, 14:53
They have a vb3 deprotector that removes some anti-decompiler tricks so that you can decompile "protected" vb3 programs, but they don't have the vb3 decompiler itself. They also have tools for vb5 and vb6, but none for vb3.

JanDebug
April 26th, 2002, 01:15
Hi,


Visual Basic v3.0 Decompiler - from DoDi

hxxp://archive.yates2k.net/crackznew/Tools.htm

Regards

Jan

Xybyre
April 26th, 2002, 01:40
Many thanks, Jan!