Jump to content
  • 0
Euro

Load Custom DLL

Question

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.

Edited by Euro

Share this post


Link to post
Share on other sites

4 answers to this question

Recommended Posts

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

have you try to diff your client with load with custom dll?

Share this post


Link to post
Share on other sites
  • 0

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 

Edited by Euro

Share this post


Link to post
Share on other sites
  • 0

Waaa.. Thanks for the link! I hope I could understand those.. hehe.

Edited by Euro

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.