From 0f84f28d8e95153e25a1cad1cfee226a259923a2 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Sun, 8 Mar 2015 22:40:46 +0000 Subject: [PATCH] Fix excessive escaping properly this time --- content/wubi-bug-693671.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/wubi-bug-693671.md b/content/wubi-bug-693671.md index 8a51885c..8914229f 100644 --- a/content/wubi-bug-693671.md +++ b/content/wubi-bug-693671.md @@ -142,7 +142,7 @@ here were: `set architecture i386` to switch back). * GDB prints addresses relative to the current segment base, but if you want to enter an address then you need to calculate a linear address - yourself. For example, breakpoints must be set at `(CS && 4) + IP`, + yourself. For example, breakpoints must be set at `(CS << 4) + IP`, rather than just at `IP`. Single-stepping showed that GRLDR was loading the entirety of `wubildr` -- 2.30.2