未验证 提交 9030fc83 编写于 作者: H hitzhangjie 提交者: GitHub

service: examinemem outputs wrong starting address (#2309)

上级 eb8becfb
......@@ -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()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册