Python Forum
Checking if an exe is in memory - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Checking if an exe is in memory (/thread-26174.html)



Checking if an exe is in memory - ncalh2331 - Apr-23-2020

Hello,

I test antivirus software. Basically I am trying to write an python script to automatically execute files and then check if they successfully executed in memory or not. I have figured out how to successfully execute files within a directory, however I am having all kinds of trouble getting my script to check if the process is in memory. I have tried different modules (subprocess in particular) but I am always coming up short. Can anyone poin me in the right direction?

Thanks!