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

Implement SaveAllModules #5069

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

kevingosse
Copy link
Contributor

Fixes #3138

This is my tentative at implementing a !SaveAllModules command to save all managed modules from a debugging target.

The coding conventions are all over the place in strike.cpp, I tried my best to fit in.
I moved the logic of the !SaveModule command to a SaveModuleToFile helper, so I could reuse it for the new command. SaveModulesFromDomain enumerates the modules in an appdomain and calls SaveModuleToFile for each. The !SaveAllModules command then just calls SaveModulesFromDomain for each appdomain.

@kevingosse kevingosse requested a review from a team as a code owner November 29, 2024 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SaveAllModules command
1 participant