diff --git a/service/api/prettyprint.go b/service/api/prettyprint.go index 564bae57..e8ec44df 100644 --- a/service/api/prettyprint.go +++ b/service/api/prettyprint.go @@ -421,7 +421,7 @@ func PrettyExamineMemory(address uintptr, memArea []byte, isLittleEndian bool, f } } fmt.Fprintln(w, "") - address += uintptr(cols) + address += uintptr(cols * colBytes) } w.Flush() return b.String()