Load Custom DLL

Euro

New member
Messages
11
Points
0
Hello there,

I wanted to know how WDGLoadCustomDll calls function to the client, so I have some questions here...

Can I have a simple c++ example of the dll that calls function on dll load. somewhat like this

Question:
How can I hook to RO's function specifically OnRecv ? There is Detours 3.0 Express but it does not support x64 platform
I just saw ROPS but i don't know how can i port its hooks to my dll.

 
Last edited by a moderator:
Hello there,

I wanted to know how WDGLoadCustomDll calls function to the client, so I have some questions here...

Can I have a simple c++ example of the dll that calls function on dll load. somewhat like this

Question:

How can I hook to RO's function specifically OnRecv ? There is Detours 3.0 Express but it does not support x64 platform

I just saw ROPS but i don't know how can i port its hooks to my dll.
have you try to diff your client with load with custom dll?

 
Yea. I just tried it and it worked out..
Now I just don't know how to hook RO's recv function

I think this is the structure.
GWphzgK.png


EDIT:
Thanks for all the replies.

SOLUTION: used Detours 1.5 

 
Last edited by a moderator:
Waaa.. Thanks for the link! I hope I could understand those.. hehe.

 
Last edited by a moderator:
Back
Top