From 42f3004fde17c5722bbf38f6bc14353df2d4f4fb Mon Sep 17 00:00:00 2001 From: Admin <2762713521@qq.com> Date: Wed, 3 Jul 2024 22:58:03 +0800 Subject: [PATCH] embed bin files --- sdk/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/init.go b/sdk/init.go index 05d0a4e6..f58c0395 100644 --- a/sdk/init.go +++ b/sdk/init.go @@ -27,7 +27,7 @@ func init() { dllData := m.Get("libhyperdbg.dll") GengoLibrary.LoadEmbed(dllData) - mylog.Check(windows.SetDllDirectory(dir)) + mylog.Check(windows.SetDllDirectory(dir)) //another dll names ? what ? sha := sha256.Sum256(dllData) dllName := fmt.Sprintf("libhyperdbg-%s.dll", base64.RawURLEncoding.EncodeToString(sha[:]))