service: examinemem outputs wrong starting address (#2309)
This commit is contained in:
parent
eb8becfb56
commit
9030fc837b
@ -421,7 +421,7 @@ func PrettyExamineMemory(address uintptr, memArea []byte, isLittleEndian bool, f
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Fprintln(w, "")
|
fmt.Fprintln(w, "")
|
||||||
address += uintptr(cols)
|
address += uintptr(cols * colBytes)
|
||||||
}
|
}
|
||||||
w.Flush()
|
w.Flush()
|
||||||
return b.String()
|
return b.String()
|
||||||
|
Loading…
Reference in New Issue
Block a user