Jump to content
Tuts 4 You

[KeyGenME] SomeMathsKeyGenME


Mouradpr

Recommended Posts

I think that there are no solutions

Yea BoRoV, it's hardcore. (ovar 9000)

#include <stdio.h>
#include <stdlib.h>
#include <time.h>int main(int argc, char *argv[])
{
srand(time(0));
double P1 = rand(), P2 = (P1*36-5)/25;
printf("Enter Any Name.\nPassword 1: %f\nPassword 2: %f\n", P1, P2);
system("pause");
return 0;
}
Edited by Till.ch
Link to comment
Share on other sites

I think that there are no solutions

The solution is to solve this equation:

36X - 25Y = 5

where, pass1 = X and pass2 = Y with any name.

Link to comment
Share on other sites

ahmadmansoor

try this target for ur new tut ..
/>http://www.dc-unlocker.com/uploud/uploud/uploads/dc-unlocker_client-1.00.0299.exe

it is very Good example .

"EXECryptor V2.2X-V2.4X "

Link to comment
Share on other sites

try this target for ur new tut ..

it isn't mine ... i just translated it from Evolution's tut.. but i understand it very much ...

>http://www.dc-unlock...t-1.00.0299.exe

it is very Good example .

"EXECryptor V2.2X-V2.4X "

yes it is :)

========================

i have one problem yet with WaitForSingleObject...

Rebuild OEP

====================

push ebp

mov ebp,esp

add esp,-10

mov eax,0059B6C8

call 004070C4

jmp 00E5D8E3

=====================

kill thread 00DD80EC

kill waiforSignleObject 00EADEE5 here is the problem... i can't stop the program in Push time-out

no problem with IAT

iat begin 00DBF1B4

iat end 00DBF9E0

....

IAT tree Attached

if you finish it plz explain me how do you do it

tree.rar

Edited by Mouradpr
Link to comment
Share on other sites

ahmadmansoor

about the tut I know u have translated it from Evolution's tut :yes: ... but nice work :thumbsup: .

for the target it's packed with "EXECryptor V2.4X" which could pass the Evolution way .

Evolution is an pro guy :ph34r: and if we want to know what he was thinking when he found his way then we will feel sick :P .

and he will always find a way to do his job .

so I have decided to update the way to kill Anti debug ( just ) ... so

my friend check this
/>http://forum.tuts4you.com/index.php?showtopic=20811

it is an present for u and for ur Team .. hope for u all the best ( and be satisfied :confused: )

and about the unpacked file I have post it at aoreteam .. u can get it form there.

cya

Link to comment
Share on other sites

  • 1 month later...

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...