SCAMADVISER

DLL injection provides a platform for manipulating the execution of a running process. It's very commonly used for logging information while reverse engineering. For example, you can hook the IAT entry for a given imported operating system library function, and then log the function arguments onto disk. This provides you a data source that can assist in rapidly reverse engineering the target.

DLL injection is not limited to logging, though. Given the fact that you have free reign to execute whatever code that you want within the process' address space, you can modify the program in any way that you choose. This technique is frequently used within the game hacking world to code bots. 
These techniques are going to run code within the address spaces of other processes. The injector will now force the process to work with what is known as a Dynamic Link Library. This is where the whole concept of DLL injector becomes clear. The code that is usually being inserted will come in the form of a DLL. This is because DLLs are designed to be loaded as needed during run time. Even so, this doesn’t translate to being able to inject assembly into any other forms. Furthermore, you should keep in mind that in order to mess around with the memory of a program, you are going to need certain privileges within the system. 


  
987 Votes for Yes/ 49 For No
#link------1
http://adfoc.us/21380255792155
,#link------2
http://fileice.net/download.php?file=3zycv



How to use:

  • After dowload, extract files to a folder
  • Run the main executable (Default is "Mooplestory Injextor.exe")
  • Maplestory.exe location is taken from Windows Registry. (Locate maplestory.exe using dialog if incorrect)
  • Browse for all DLL files wanted to inject (Or "drag 'n' drop" the files into the list
  • Press the initialization button and Maplestory will be started and the DLL files will be injected into the maplestory.exe process
 Features:
  •  A configurable list of processes, with a configurable list of libraries to inject into each process.
  •  Each process can be configured to be injected upon startup.
  •  The program can be minimized to the system tray, and ran in the background.
  •  

0 comments:

Post a Comment

 
Top