x64dbg
0.1
  • 引言
  • GUI 手册
  • 命令
    • 通用型
    • 调试控制
      • InitDebug/initdbg/init
      • StopDebug/stop/dbgstop
      • AttachDebugger/attach
      • DetachDebugger/detach
      • run/go/r/g
      • erun/ego/er/eg
      • serun/sego
      • 暂停
      • DebugContinue/con
      • StepInto/sti
      • eStepInto/esti
      • seStepInto/sesti
      • StepOver/step/sto/st
      • eStepOver/estep/esto/est
      • seStepOver/sestep/sesto/sest
      • StepOut/rtr
      • eStepOut/ertr
      • skip
        • 参数
        • 结果
      • InstrUndo
      • StepUser/StepUserInto
      • StepSystem/StepSystemInto
    • 断点控制
    • 条件断点控制
    • 跟踪
    • 线程控制
    • 内存操作
    • 操作系统控制
    • 监视控制
    • 变量
    • 搜索
    • 用户数据库
    • 分析
    • 类型
    • 插件
    • 脚本命令
    • GUI
    • 其他
  • 开发人员
  • 许可证
x64dbg
  • 文档 »
  • 命令 »
  • 调试控制 »
  • skip

skip

Skip the next instruction. This command swallows the current exception (if present). Useful if you want to continue after an INT3 command.

参数

[arg1] The number of instructions to skip. If not specified1 is used.

结果

此命令不会设置任何结果变量。

下一页 上一页

© 版权 2016, x64dbg。

使用阅读文档提供的主题,用 Sphinx 构建。