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
Feb 13 2017, 32bit
Windows 7 Ultimate, SP1, 64bit
Try reading http://help.x64dbg.com and http://faq.x64dbg.com
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
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.
Most helpful comment
For anybody else, it is
savedata "C:\Users\Brandon\Desktop\hash-input.bin", 0385D020, 00800000