PyDBG process snapshots not working
问题 I'm following Gray Hat Python book and have copied their code for the process snapshots using PyDBG. When I run the script I get no errors and expected output however my program is not actually reverting to the snapshot. When I go in debug it seems like values are in the snapshot variables as if it is storing snapshot info but I don't really know enough to say for sure. Here is code: from pydbg import * from pydbg.defines import * import threading import time import sys class snapshotter