| View previous topic :: View next topic |
| Author |
Message |
slippppppppp Grandmaster Cheater
Reputation: 0
Joined: 08 Aug 2006 Posts: 929
|
Posted: Wed Jan 02, 2008 9:56 pm Post subject: |
|
|
Function Hash(Data:integer):string;
var
input : integer;
output : integer;
begin
Input := Length(Data);
mov eax, [Data]
mov ebx, [Input]
xor eax, ebx
add eax, [1231]
shr eax, 7
mov ebx, Data*2
shl ebx, 9
xor eax, ebx
mov [output], eax
result := output;
end;
Guess what this does ;D
|
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Thu Jan 03, 2008 6:52 am Post subject: |
|
|
| slippppppppp wrote: | Function Hash(Data:integer):string;
var
input : integer;
output : integer;
begin
Input := Length(Data);
mov eax, [Data]
mov ebx, [Input]
xor eax, ebx
add eax, [1231]
shr eax, 7
mov ebx, Data*2
shl ebx, 9
xor eax, ebx
mov [output], eax
result := output;
end;
Guess what this does ;D |
This code won't work.
You need to put the asm code between 'asm' and 'end;'
|
|
| Back to top |
|
 |
tarochanpan Master Cheater
Reputation: 0
Joined: 25 Jan 2007 Posts: 285 Location: up your arse XD
|
Posted: Wed Feb 06, 2008 5:23 am Post subject: |
|
|
me can bother reading that me tired....
_________________
|
|
| Back to top |
|
 |
hcavolsdsadgadsg I'm a spammer
Reputation: 26
Joined: 11 Jun 2007 Posts: 5801
|
Posted: Wed Feb 06, 2008 10:02 am Post subject: |
|
|
| tarochanpan wrote: | | me can bother reading that me tired.... |
did you just come out a coma or something?
|
|
| Back to top |
|
 |
Anden100 Grandmaster Cheater
Reputation: 0
Joined: 20 Apr 2007 Posts: 668
|
|
| Back to top |
|
 |
DeletedUser14087 I post too much
Reputation: 2
Joined: 21 Jun 2006 Posts: 3069
|
Posted: Wed Feb 06, 2008 12:01 pm Post subject: |
|
|
Pro tip:
When making a Crackme, make sure SunBeam tries it first, then if he says it's ok to release it, release it.
|
|
| Back to top |
|
 |
tarochanpan Master Cheater
Reputation: 0
Joined: 25 Jan 2007 Posts: 285 Location: up your arse XD
|
Posted: Fri Feb 08, 2008 6:47 am Post subject: |
|
|
this isnt at all for a crackme it is just something you an use with your friends and stuff
_________________
|
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Fri Feb 08, 2008 8:36 am Post subject: |
|
|
| It is old post so stop bump it - let it die.
|
|
| Back to top |
|
 |
|