How can I stop a subprocess from killing my process on windows
Discussions on Python.org
How can I stop a subprocess from killing my process on windows
Hello, I’m on windows and I’m trying to run a themida dumper that kills all processes with the names “python.exe” & “pythonw.exe”. I don’t want to rename the executable or have some rename-executable block at the top of my script since my program is a extractor for a lot of formats and I don’t want to have that block run just for any format because that just feels kinda.. eh… I’ve already tried around a bit with ctypes.windll.advapi32 but none of that worked. My other idea was to move my enti...
0 comments
No comments yet.