callA call works exactly the same as an uncondentional branch, but it places it’s address on the script stack.argumentsarg1 The label to jump to.resultThis command does not set any result variables.
A call works exactly the same as an uncondentional branch, but it places it’s address on the script stack.
arg1 The label to jump to.
arg1
This command does not set any result variables.
难道 这个就等价于下面 的定义标签?
和下面的两个命令,又是何解? 关键来个使用的对应的实例
errorShow an error message and terminate the script.argumentsarg1 The error message to show.resultThis command does not set any result variables.
Show an error message and terminate the script.
arg1 The error message to show.
invalidInvalid command to throw an error message. This command will halt the script execution.argumentsThis command has no arguments.resultThis command does not set any result variables.别告诉我,你看过这些:https://github.com/x64dbg/scripts 无法对号也是无用。
Invalid command to throw an error message. This command will halt the script execution.
This command has no arguments.
别告诉我,你看过这些:https://github.com/x64dbg/scripts 无法对号也是无用。
[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!
sunsjw call 相当于函数调用,完了会返回调用处。 jmp 则不会。
人家的英文描述很清楚了啊
error 会直接结束脚本,invalid 只是会卡死在那一行,给你二个例子,自己测试一下吧
error abc
invalid abc