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

Write file contents to debuggee memory location #3347

Closed
not6 opened this issue May 5, 2024 · 1 comment
Closed

Write file contents to debuggee memory location #3347

not6 opened this issue May 5, 2024 · 1 comment
Labels
feature The issue requests a new feature.

Comments

@not6
Copy link
Contributor

not6 commented May 5, 2024

Feature type

Other

Describe the feature

There is a feature that does about the opposite - saves a memory region to a file. It would be useful to have a simple built-in way to load a binary file and write its contents to a specified address in the debuggee, for example a command similar to memcpy which would take a filename instead of a source address, or a different version of the alloc command which loads a file into memory rather than just allocating zero-initialized memory

@not6 not6 added the feature The issue requests a new feature. label May 5, 2024
@torusrxxx
Copy link
Member

Same as #1370 - patches welcome!

@torusrxxx torusrxxx closed this as not planned Won't fix, can't repro, duplicate, stale May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature The issue requests a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants