
These days i`m interested in ida-python script.
Developing python script, I noticed that there is memory snapshot api called 'take_memory_snapshot' but not exists restore api.
It needs memory snapshot/restore script API to manipulate the memory iterativly for Memory Fuzzing.
How can We do this operation?