![]() |
![]() |
![]() |
![]() |
![]() |
||||||||||
|
||||||||||||||
![]() |
#11
|
|||
|
|||
![]() Does anybody knows, how can i make emulator dll based on logger?
Thanks [don't quote large amounts, it is not necessary as you well know] Last edited by Git : 11-26-2009 at 06:34 PM. |
#12
|
|||
|
|||
![]() Quote:
ex: LOGGER: Code:
... ... ... switch (function) { case RY_FIND: Log("%-20s p1=%04x, p2=%04x, p3=%04x, p4=%04x\r\n", FunctionName[function], *p1, *p2, *p3, *p4); break; ... ... case RY_SEED: Log("%-20s handle=%04x, SeedCode=%08x\r\n", FunctionName[function], *handle, *lp2); break; ... ... Code:
... ... ... switch (function) { case RY_FIND: *lp1 = 0x12345; // Your HardwareID return ERR_SUCCESS; ... ... case RY_SEED: if (*lp2 = 0x667788) // SeedCode { *p1=0x1111; // Seed1 *p2=0x2222; // Seed2 *p3=0x3333; // Seed3 *p4=0x4444; // Seed4 } ... ... return ERR_SUCCESS; ... ... ![]() Last edited by kontolimansyah : 11-27-2009 at 04:53 PM. Reason: remove dead link |
#13
|
|||
|
|||
![]() @ kontolimansyah
1.how to build RYDLL32.DLL after download your R4_LOGGER_DLL.rar and unrar i see there are 7 files in this folder : log.c ; log.h ; rydll32.c ; rydll32.h rydll32.def ; rydll32.dsw ; rydll32.dsp ....can you tell clearly 2. Rename original RYDLL32.dll to RYDLL321.dll 3. Put FAKE RYDLL32.dll (where i get it) to the same folder (where this folder)with the original one 4. Run the App and execute all function in the App to make sure we get all the needed data. There will be a log file created (AppName.LOG) 5. Create an Emulator DLL based on the Logger DLL....how to do???tools i'm trying to emul my key,need your help, plz |
#14
|
|||
|
|||
![]() I think kontolimansyah post all necesaarry info, now it is only on you.
Build by MSVC and if you need emulation option just modify source code like kontolimansyah said. |
#15
|
|||
|
|||
![]() @benito
He's absolutely a newbie, so it's really hard for him.
__________________
Pink is the new black. |
#16
|
|||
|
|||
![]() @quocviet84
1. I have updated my first post with a compiled DLL download link. 3. Just use windows search. 5. Upload your LOG file and I will make the emulator for you. Last edited by kontolimansyah : 11-27-2009 at 04:38 PM. Reason: fixing |
#17
|
|||
|
|||
![]() Quote:
@kontolimansyah thanks for usefull info |
#18
|
|||
|
|||
![]() @benito
That's true. Register at the forum and create a new thread. They don't even search for their problem.
__________________
Pink is the new black. |
#19
|
|||
|
|||
![]() Quote:
i know the feeling when we can solve a difficult problem by ourself,its really great!and ofcourse i want too.but it really difficult for me, a newbie. how many years you can get your knowledge at now?and if as you said,kontolimansyah no need to share his knowledge and you have to find the method by yourself. sorry if i make you sad. i dont need all your knowledge ![]() i think the knowledge created to share together, so it makes the world develop, did you get knowledge from your teacher or you learn at home by yourself my friend ![]() if anybody can help me,i really thank.dont spam plz! In my country people says that "Give away is recieving !" Finally,say thank to kontolimansyah for your help.i will try it again, ![]() |
#20
|
|||
|
|||
![]() @quocviet84
I'm sorry if my word is to harsh for you. Are you a Vietnamese?
__________________
Pink is the new black. |