CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Posts
    105

    Injectable DLL's

    Hey, i am looking for a tutorial on creating an injectable DLL's into applications using DLL injectors. What language is most commonly used? is it even based off of another programming language?

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,244

    Re: Injectable DLL's

    Windows via C/C++ by Jeffrey Richter and Christophe Nasarre contains a chapter about DLL Injection and API Hooking.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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