From d427c69c49542b1373a2cfd151e055bd2f9f16d0 Mon Sep 17 00:00:00 2001 From: gbrochar Date: Mon, 19 May 2025 18:44:31 +0200 Subject: [PATCH] chore: level4 and level5 walkthrough --- level4/Ressources/walkthrough.md | 2 ++ level5/Ressources/walkthrough.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 level4/Ressources/walkthrough.md create mode 100644 level5/Ressources/walkthrough.md diff --git a/level4/Ressources/walkthrough.md b/level4/Ressources/walkthrough.md new file mode 100644 index 0000000..be9629c --- /dev/null +++ b/level4/Ressources/walkthrough.md @@ -0,0 +1,2 @@ +It's the same as level3, we just need to use the width indicator for one of the +%x to input a large number. diff --git a/level5/Ressources/walkthrough.md b/level5/Ressources/walkthrough.md new file mode 100644 index 0000000..c745534 --- /dev/null +++ b/level5/Ressources/walkthrough.md @@ -0,0 +1 @@ +Same principle, but this time we will override the GOT to jump on a function we want to execute, because there is no variable comparaison to launch a shell like the 2 last example.