-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Q: What is this?
A: This is the homepage of PInjection Wiki.
Q: How do i use PInjection?
A: Well, that is up to you, you can use it as a module or as an executable script.
Q: How to use it as a library?
A: This section is not covered yet.
Q: How do i use it as an executable script?
A: You simply executes python pinjection.py PID Module___Function
on the command prompt.
Q: What is PID?
A: Is the Process IDentifier, you can retrieve a list by executing the command tasklist
from the Windows CMD.
Q: What is that of "Module___Function"?
A: Module, is replaced by your file or module containing the function, and function, is the function in the module/file, e.g python pinjection.py 13432 MyFileWithoutDotPy___MyFunction
. That example above, will inject MyFunction
from the module MyFileWithoutDotPy
, do not specify the module/file with the trailing dot py.