You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now the state after a .call or .start persists. It would be nice to have a feature to roll back memory changes without having to reload the dump.
I think unicorn has a feature for this.
The text was updated successfully, but these errors were encountered:
My preferred solution for this is to produce a .dmp file from the current state. Some work has been done on this: skelsec/minidump#30. The advantage is that you can open the minidump in other tools to visualize things.
Another approach would be to use python's pickle functionality to serialize the Dumpulator instance, but there might be issues with that.
Right now the state after a .call or .start persists. It would be nice to have a feature to roll back memory changes without having to reload the dump.
I think unicorn has a feature for this.
The text was updated successfully, but these errors were encountered: