Python Forum

Full Version: Checking if an exe is in memory
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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!