Python Forum
Checking if an exe is in memory
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Checking if an exe is in memory
#1
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!
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020