Skip to content

Commit

Permalink
bind open println(Stderr.String()) for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jun 19, 2024
1 parent 2eb9e72 commit 4a3071f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gengo/bind/sdk/sdk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
)

func TestSdk(t *testing.T) {
mylog.Todo("需要实现处理多个dll导出函数的头文件问题,是像zydis一样合并头文件还是修改gengo支持的方案好?不确定,都需要尝试一下")
pkg := gengo.NewPackage("sdk",
gengo.WithRemovePrefix(
//"Zydis_", "Zyan_", "Zycore_",
Expand Down

0 comments on commit 4a3071f

Please sign in to comment.