CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Apr 2011
    Posts
    16

    Question Injecting unmanaged DLL and inter-process communication

    So im injecting dll to the outer process and i would like communicate/send commands to created thread. For my learning process i chose sockets as the first attempt. I have already written the server code/class. Now before making the simple client layer i have started wondering how am i suppose to pass server socket port to the compiled DLL. patch the program with asm right before injection? or there's different way out of this. Thanks for any support
    Last edited by qwqwqw12; October 30th, 2011 at 01:56 PM.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured