peterg70
March 16th, 2003, 06:55
I have a program that uses a program to authorise it.
The program is written in Visual Basic 6.0 (PEiD)
Looking around and searching have found no info on decompiling VB6.0 although there was some discussion about this early on.
Anyone has seen recent stuff regarding decompiling VB6.0 programs
Otherwise what is my best method of attack.
Info I know so far.
Program can transfer license to and from diskette.
Program uses a .dat file to store license Information
It has a Computer ID code and also a Code Entry Number (dependent on License Info)
and will accept a authorisation code.
What I am looking for is ways to attack it I have trapped it on getDLGitm but this seems to go around and around in User32.
At no time do I see my serial number in memory.
Peterg70
The program is written in Visual Basic 6.0 (PEiD)
Looking around and searching have found no info on decompiling VB6.0 although there was some discussion about this early on.
Anyone has seen recent stuff regarding decompiling VB6.0 programs
Otherwise what is my best method of attack.
Info I know so far.
Program can transfer license to and from diskette.
Program uses a .dat file to store license Information
It has a Computer ID code and also a Code Entry Number (dependent on License Info)
and will accept a authorisation code.
What I am looking for is ways to attack it I have trapped it on getDLGitm but this seems to go around and around in User32.
At no time do I see my serial number in memory.
Peterg70