From 310b71aeedd786e34e6714656f2bef9cb40cc74e Mon Sep 17 00:00:00 2001 From: Dreg Date: Sat, 20 Apr 2024 17:25:03 +0200 Subject: [PATCH] doc updated --- docs/commands/{so.md => stepover.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename docs/commands/{so.md => stepover.md} (84%) diff --git a/docs/commands/so.md b/docs/commands/stepover.md similarity index 84% rename from docs/commands/so.md rename to docs/commands/stepover.md index a7f0724d9..fb586958c 100644 --- a/docs/commands/so.md +++ b/docs/commands/stepover.md @@ -1,4 +1,4 @@ -## Command `so` +## Command `stepover` The so command simplifies the process of stepping over instructions by continuing to a temporary breakpoint at the next instruction. @@ -8,9 +8,9 @@ This feature is particularly useful for stepping over call/rep instructions. Ex: Step over call instruction ```text -so +stepover ``` ```bash -gef➤ so +gef➤ stepover ```