How to find the eprocess structure in the RAM dump?

122 Views Asked by At

I'm new to this business and I have a difficult task. I need to write a program with which it would be possible to get the data of a certain process. This process is in a file .dmp, which is a full RAM dump. As far as I know, every process in Windows OS has an EPROCESS structure. So, having received this structure, I will be able to find the data of this process. Are there any libraries or functions that can facilitate this task? For example, in C++ or Python?

0

There are 0 best solutions below