1. Research - Home |
  2. Advisories |
  3. Alerts |
  4. Tools |
  5. Papers |
  6. Services |
  7. Contact |
  8. About
Home > Tools
Tools
DLLInject DLLInject is a simple command-line utility for loading a DLL into a target process's address space, by using the CreateRemoteThread API to execute LoadLibraryA. DLLInject can also list processes and their command lines, or the DLLs loaded in a particular process. To use, run DLLInject with either no arguments (lists processes), a process ID (lists loaded modules in that process), or a process ID and the file name with optional path of an executable module to load into that process. The return value from the remote LoadLibraryA call will be displayed, indicating the base address at which the module loaded if the operation was successful, or zero on failure.

[Download]

See Also
Duster