Results 1 to 2 of 2
  1. #1
    Pesboy's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    27
    Reputation
    10
    Thanks
    3

    How do i Make an injector?

    How do i Make an injector with VB.NET ?

  2. #2
    Biesi's Avatar
    Join Date
    Dec 2011
    Gender
    male
    Posts
    4,993
    Reputation
    374
    Thanks
    8,808
    My Mood
    Twisted
    You:
    - open the target process (OpenProcess)
    - allocate memory for your dll's file path (VirtualAllocEx)
    - write it to the allocated memory (WriteProcessMemory)
    - get the address of LoadLibraryA in kernel32.dll (GetProcAddress)
    - create a remote thread on the loadlibrarya with your string's address as a parameter (CreateRemoteThread)
    Last edited by Biesi; 06-16-2014 at 09:07 AM.

Similar Threads

  1. how do you make a injector
    By NewbSlasherX in forum Combat Arms Coding Help & Discussion
    Replies: 3
    Last Post: 04-10-2012, 10:00 PM
  2. [Solved] How i can make an Injector?
    By Roger.That in forum CrossFire Help
    Replies: 1
    Last Post: 03-27-2012, 09:49 AM
  3. [Solved] How do I make an injector?
    By ARHQA$Y$YW4AYG4y in forum CrossFire Help
    Replies: 9
    Last Post: 10-28-2011, 12:17 PM
  4. Replies: 2
    Last Post: 04-24-2011, 09:04 AM
  5. How do you make an Injector in VB??
    By Gnash in forum Visual Basic Programming
    Replies: 11
    Last Post: 10-25-2010, 09:12 PM