Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Nov 9, 2024
1 parent be6a126 commit ce7773d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
.idea
*.pdb
*.exp
*.lib
*.log
Expand Down
2 changes: 1 addition & 1 deletion sdk/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ func init() {
dir := filepath.Join(mylog.Check2(os.UserCacheDir()), "hyperdbg", "cache", base64.RawURLEncoding.EncodeToString(sha[:]))
mylog.Check(windows.SetDllDirectory(dir))
TargetFilePath = filepath.Join(dir, "hyperkd.sys")
mylog.Trace("sysPath", TargetFilePath)
mylog.Trace("TargetFilePath", TargetFilePath)
if !stream.IsDir(dir) {
stream.CreatDirectory(dir)
m.Range(func(k string, v []byte) bool {
Expand Down

0 comments on commit ce7773d

Please sign in to comment.