Skip to content
forked from abarax/pyinject

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

License

Notifications You must be signed in to change notification settings

imnikola/pyinject

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%