imnikola / pyinject

A python module to help inject shellcode/DLLs into windows processes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A python class that allows for the injection of shellcode or dlls into windows processes

may or may not work on Vista/7

Example:

import dllinject

proc=dllinject.Process(pe="C:\\WINDOWS\\system32\\notepad.exe")
proc.inject("HelloWorld.dll")
proc.injectshellcode("\xeb\xfe")
proc.terminate()

About

A python module to help inject shellcode/DLLs into windows processes

License:MIT License


Languages

Language:Python 100.0%