📜  python注入进程 - Python代码示例

📅  最后修改于: 2022-03-11 14:45:31.819000             🧑  作者: Mango

代码示例1
# to install pip install pyinjector
from pyinjector import inject

pid = input('PID: ')
ptsf = input('Path to File: ')

inject(pid, ptsf)

# Dont quote me but should have to run as admin to work