Jump to content
Tuts 4 You

[keygenme] Little_brother's Keygenme #1 & #2


Pimp.exe

Recommended Posts

hi pimp.exe

for ittle_brother's Keygenme #1

name:ragdog

serial:little_301111001301-27_brother

00402F74 call ds:__vbaStrCmp

00402F7A mov edi, eax << set the breakpoint

read the serial at offset 00150C94

tools ida and winhex

greets

ragdog

Link to comment
Share on other sites

Here is the keygen :)

It's very simple, the username just gets hussled around a bit depending on it's length.

the total length of the username is multiplied by itself and xored by 420, standard strings are attached to the beginning and end of the actual "key"

Key-gen is attached

Key_Gen.rar

Edited by dezuzi
Link to comment
Share on other sites

  • 1 month later...
Delphi src [Keygen me 1]function IMPosTOR_keygen(User_Name: string): string;
var i1, i2, i3, i4: integer;
s1, s2 ,st: string;
begin
result := '';
i1 := length(User_Name); i2 := i1 - 3; for i1 := i1 downto i2 do begin
s1 := inttostr(ord(User_Name[i1]));
for i3 := length(s1) downto 1 do result := result + s1[i3];
end;
s2 := StringtoHex(User_Name[1]);
for i4 := length(s2) downto 1 do St := St + (s2[i4]);
result := 'little_'+result + '-' + St +'_brother';
end;
Link to comment
Share on other sites

  • 2 weeks later...
  • 2 months later...

Name: aztecx

Serial: little_02199101611-16_brother

Not sure how to make a keygen though cus i'm not sure how the serial actually gets made.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...