mirror of
https://github.com/almounah/superdeye
synced 2026-06-06 15:14:30 +00:00
Transformed to github package
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
module superdeye
|
||||
module github.com/almounah/superdeye
|
||||
|
||||
go 1.23.1
|
||||
|
||||
|
||||
@@ -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"
|
||||
)
|
||||
|
||||
/*
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"unsafe"
|
||||
|
||||
"superdeye/internal/utils/superdwindows"
|
||||
"github.com/almounah/superdeye/internal/utils/superdwindows"
|
||||
)
|
||||
|
||||
func GetPEB() uintptr
|
||||
|
||||
+3
-3
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user