Results 4 issues of hopehook

# Description of problem 问题点: - 第 3 章 汇编语言 - 3.6.1 函数调用规范 - 图 3-13 函数调用参数布局 # Expected result “图 3-13 函数调用参数布局 ” 的最后一个位置,应当是 callee’s BP ``` callee's BP...

bug

Go official is expected to provide unsafe.{SliceData, Slice, StringData, String} series methods in version 1.20 for conversion of strings and slices. Reference: https://github.com/golang/go/issues/53003

To build strings more efficiently, use strings.Builder instead.

refactor