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

dump memory to log window #1931

Closed
marunguy opened this issue Apr 20, 2018 · 4 comments
Closed

dump memory to log window #1931

marunguy opened this issue Apr 20, 2018 · 4 comments

Comments

@marunguy
Copy link

  • x64dbg "Apr 52018"
  • Windows 8 64bit
  • log command not work

I try to dump memory in byte with log command.
But it failed.
This issue may fixed in #1601. But similar problem occurred.

http://help.x64dbg.com/en/latest/commands/script/log.html
http://help.x64dbg.com/en/latest/introduction/Formatting.html

{mem;size@address} will print the size bytes starting at address in hex.

Below are command and error message.

log {mem;100@1090FEFB98}
???
Invalid value: "100@1090FEFB98}"!
Unknown command/expression: "100@1090FEFB98}"
log {mem;100@cip}
???
Invalid value: "100@cip}"!
Unknown command/expression: "100@cip}"
@torusrxxx
Copy link
Member

torusrxxx commented Apr 21, 2018

Add quotes please. Example: log "{mem;100@cip}"

@nevinhappy
Copy link

This issue really killed me. please update the document to example this format.

@mrexodia
Copy link
Member

@nevinhappy The documentation is open source too. Feel free to update with better examples 🙂

@mrexodia
Copy link
Member

mrexodia commented Sep 28, 2019 via email

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

No branches or pull requests

4 participants