Log in

View Full Version : Wlscgen.exe


titof
April 25th, 2002, 13:35
Hello,

I'm trying cracking Sentinel LM 7.1 with Cyberheg tutorial, but I'm too newbie. Does anyone have wlscgen.exe in order to look at the method ?
Thanks in advance
Titof

CrackZ
April 25th, 2002, 22:27
*shock*, *horror* - I trust you aren't requesting a pre-cracked wlscgen.exe now are you ;-) since that would result in me having to flame you out of existence ;p.

To be honest with you, and please don't take this the wrong way, if you can't 'modify' the pretty appalling Sentinel for wlscgen.exe you probably aren't ready for this. I'm sorry for sounding so harsh (well damnit I'm not really) but thats just how I feel from your initial post.

Maybe, just maybe, if you post some details of exactly where you are stuck, yes the sproQuery() patches can be erm. well 'a little harder than WinZip', then I might and others might, be able & prepared to help you a little more.

Regards

CrackZ.

amois
April 29th, 2002, 03:43
According to CyberHeg's essay, 1st patch will be for "sproFindFirstUnit". But, this breakpoint does'nt work. I think, 1st patch must be "sproFindNextUnit"

0042347F push esi
00423480 call sproFindNextUnit ; _RNBOsproInitialize@4 <-- my 1st patch
00423485 test ax, ax
00423488 mov eax, 0FFFFFFFFh
0042348D jnz short loc_4234A6 <-- Bad Guy (I think)
0042348F push 0A870h
00423494 push esi
00423495 call sproFindFirstUnit ; _RNBOsproFindFirstUnit@8 <-- CyberHeg's 1st patch


00435920 sub esp, 4
00435923 push esi
00435924 push edi
00435925 mov edi, [esp+0Ch+arg_0]
00435929 or edi, edi
0043592B xor eax, eax <-- I did like that
0043592D nop
0043592E nop
0043592F nop
00435930 nop
00435931 pop edi
00435932 pop esi
00435933 add esp, 4
00435936 retn 4

After "sproFindNextUnit" patching, "sproFindFirstUnit" breakpoint is working.

Am I right ?

Regards