mov/set
Set a variable.
参数
arg1 Variable name (optionally prefixed with a $) to set. When the variable does not exist, it will be created.
arg2 Value to store in the variable. If you use #11 22 33# it will write the bytes11 22 33 in the process memory at arg1.
结果
此命令不会设置任何结果变量。