Skip to content

Commit

Permalink
embed bin files
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Jul 3, 2024
1 parent 8fd5ea9 commit 42f3004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -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[:]))
Expand Down

0 comments on commit 42f3004

Please sign in to comment.