From: Colin Watson Date: Sun, 8 Mar 2015 21:52:36 +0000 (+0000) Subject: Fix excessive escaping X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f92ea86b5d9ae6b01a4869095e5eb84f6c89874d;p=blog.git Fix excessive escaping --- diff --git a/content/wubi-bug-693671.md b/content/wubi-bug-693671.md index 0101d6be..8a51885c 100644 --- a/content/wubi-bug-693671.md +++ b/content/wubi-bug-693671.md @@ -142,8 +142,8 @@ 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`, rather than just at `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` correctly and jumping to it. The first instruction it jumped to wasn't in