'Monitor process calls to cryptographic libraries with python
Hello I have a script that is monitoring different processes and their activity, I am trying to add a function to monitor process calls to cryptographic libraries in Windows.
I am using Python 3.9, I found some suggestions to use PyDBG on python 2.7 but I can't import it for the 3.9 version.
Any alternative methods to accomplish the task or any guidance on how to use PyDBG with Python 3.9?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
