X64dbg: bug: "savedata C:\write1 400000 200" - "Not Enough Arguments! At Least 3 arguments must be specified"

Created on 20 Feb 2017  路  4Comments  路  Source: x64dbg/x64dbg

description

after typing command: savedata C:\write1 400000 200
it shows a message: Not Enough Arguments! At Least 3 arguments must be specified.
The file C:\write1 is not created.
doc for this command is here http://x64dbg.readthedocs.io/en/latest/commands/memory-operations/savedata.html
the same happens for command : savedata :memdump: 400000 200

x64dbg version

Feb 13 2017, 32bit

my OS

Windows 7 Ultimate, SP1, 64bit

Most helpful comment

For anybody else, it is

savedata "C:\Users\Brandon\Desktop\hash-input.bin", 0385D020, 00800000

All 4 comments

This really doesn't close the issue. Can you give a more helpful example on how to actually call savedata since what most people assume isn't what is expected?

For anybody else, it is

savedata "C:\Users\Brandon\Desktop\hash-input.bin", 0385D020, 00800000

http://help.x64dbg.com/en/latest/introduction/Input.html#commands

Commands have the following format:
command arg1, arg2, argN

http://faq.x64dbg.com

Q: How do the commands mentioned in the help work?
A: Basically the commands work like assembler (with comma separated arguments). mov eax, 0x1234 is a valid command. You can enter them in the command bar (not in the command line of x64dbg):

Reading the manual sometimes goes a long way.

Was this page helpful?
0 / 5 - 0 ratings