简体   繁体   English

Memory 转储运行程序

[英]Memory Dump a Running Program

Hi I am looking for examples of dumping memory of a certain program at the moment in python but it calls ProcDump.exe is there a way to dump memory of a running pid but its name example NotePad.exe instead of calling ProcDump嗨,我正在寻找目前在 python 中转储某个程序的 memory 的示例,但它调用 ProcDump.exe 有没有办法转储NotePad.exe而不是正在运行的 ProcDump.exe 示例

PyKD has a writeDump() method. PyKD 有一个writeDump()方法。 You need to attachProcess() before.您需要先attachProcess()

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM