Transformed to github package

This commit is contained in:
Rudeus Greyrat
2024-12-04 16:19:02 -05:00
parent 3d6cc14b0c
commit 1892c004af
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module superdeye
module github.com/almounah/superdeye
go 1.23.1
+2 -2
View File
@@ -5,8 +5,8 @@ import (
"fmt"
"unsafe"
"superdeye/internal/utils/helper"
"superdeye/internal/utils/superdwindows"
"github.com/almounah/superdeye/internal/utils/helper"
"github.com/almounah/superdeye/internal/utils/superdwindows"
)
/*
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
"unsafe"
"superdeye/internal/utils/superdwindows"
"github.com/almounah/superdeye/internal/utils/superdwindows"
)
func GetPEB() uintptr
+3 -3
View File
@@ -1,9 +1,9 @@
package superdeye
import (
"superdeye/internal/manalocator"
"superdeye/internal/superdsyscall"
"superdeye/internal/utils/helper"
"github.com/almounah/superdeye/internal/manalocator"
"github.com/almounah/superdeye/internal/superdsyscall"
"github.com/almounah/superdeye/internal/utils/helper"
)
func SuperdSyscall(syscallName string, argh ...uintptr) (NTSTATUS uint32, err error) {