[Help] DarksTeam.dll into 97J version

Status
Not open for further replies.

necronom

New Member
Joined
Mar 24, 2013
Messages
4
Reaction score
1
Hi guys,

I just have one question, maybe someone around here knows the answer.

I would like to hook the darksteam.dll into a 97J+darkSide gameserver, does anyone know if that is even possible(does the dll support 97J version) and how should I proceed in doing it?

Thank you in advance.

Edit 1:
I have already done this but the functionality does not seem to work and the GS starts normally.

0044852D > 68 678F5000 PUSH GameServ.00508F67 ; /FileName = "DarksTeam.dll"
00448532 . FF15 58B63007 CALL DWORD PTR DS:[<&KERNEL32.LoadLibrar>; \LoadLibraryA
00448538 . 68 778F5000 PUSH GameServ.00508F77 ; /ProcNameOrOrdinal = "Init"
0044853D . 50 PUSH EAX ; |hModule
0044853E . FF15 20B63007 CALL DWORD PTR DS:[<&KERNEL32.GetProcAdd>; \GetProcAddress
00448544 . 55 PUSH EBP
00448545 . 8BEC MOV EBP,ESP
00448547 . 6A FF PUSH -1
00448549 . E9 BF6F0500 JMP GameServ.0049F50D

Edit 2:

I have managed to make the gameserver crash at startup :(
OllyDBG gives an error like "Module 'DarksTeam is outside of PE header"
 
Last edited:
  • Like
Reactions: NereaJLen
Nobody has any ideas on this issue?

Anybody please, any idea is welcomed.(I'm completely stuck on this matter):s
 
Topic can be closed, the offsets I was using where wrong.

Finally I managed to create my own DLL with the same functionality.

Thanks anyway.
 
Status
Not open for further replies.