Can you inject code/an exe into a process with python?
问题 I've seen a few sites talking about injecting DLL's (such as http://www.codeproject.com/KB/DLL/DLL_Injection_tutorial.aspx), but I'm struggling with how to get an EXE to work. any help/tips would be appreciated. The best way I know how to explain it is "RunPE" where you execute an exe in the memory. Does that help at all? 回答1: If you're asking how to inject code into a running Python process, what you want is https://fedorahosted.org/pyrasite/ . 回答2: You can use the Reflective DLL Injector as