Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saving/restoring state #13

Open
mrexodia opened this issue Apr 10, 2022 · 1 comment
Open

Saving/restoring state #13

mrexodia opened this issue Apr 10, 2022 · 1 comment
Labels
feature New feature or request

Comments

@mrexodia
Copy link
Owner

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.

@mrexodia mrexodia added the feature New feature or request label Apr 10, 2022
@mrexodia
Copy link
Owner Author

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.

@mrexodia mrexodia changed the title Add support for saving/restoring state Saving/restoring state Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant