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

Add optional argument to MEMDUMPBIN/MEMDUMP commands to specify destination file. #5213

Open
2 tasks done
byrdbrink opened this issue Sep 15, 2024 · 0 comments
Open
2 tasks done

Comments

@byrdbrink
Copy link

Is your feature request related to a problem? Please describe.

If I ever want to save off multiple sections of memory, I must copy off the static filename after each dump, which is suboptimal.

What you want

I would like to see the following for MEMDUMP[BIN] command usage:
MEMDUMP [seg]:[off] [len] [filename] - Write memory to filename
MEMDUMPBIN [s]:[o] [len] [filename] - Write memory to filename

The default for filename could remain 'memdump.bin' , 'memdump.txt'.

Describe alternatives you've considered

N/A

Additional information

No response

Have you checked that no similar feature request(s) exist?

  • I have searched and didn't find any similar feature request.

Code of Conduct & Contributing Guidelines

  • I agree to follow the code of conduct and the contributing guidelines.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant