little update with new maldev version

This commit is contained in:
d3ext
2024-11-16 11:44:47 +01:00
parent 8003edbf0a
commit 46af4a5709
5 changed files with 856 additions and 29 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"golang.org/x/sys/windows"
"unsafe"
mproc "github.com/D3Ext/maldev/process"
mproc "github.com/D3Ext/maldev/src/process"
)
func DumpLsass(output_file string) error {
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"golang.org/x/sys/windows"
mproc "github.com/D3Ext/maldev/process"
mproc "github.com/D3Ext/maldev/src/process"
)
func AutoCheck() (bool, error) {
+1 -1
View File
@@ -3,7 +3,7 @@ package main
import (
"fmt"
"github.com/D3Ext/Hooka/pkg/hooka"
maldev "github.com/D3Ext/maldev/crypto"
maldev "github.com/D3Ext/maldev/src/crypto"
"log"
)
+5 -5
View File
@@ -5,7 +5,7 @@ go 1.19
require (
github.com/Binject/debug v0.0.0-20230508195519-26db73212a7a
github.com/Binject/go-donut v0.0.0-20220908180326-fcdcc35d591c
github.com/D3Ext/maldev v0.1.4
github.com/D3Ext/maldev v0.1.5
github.com/awgh/rawreader v0.0.0-20200626064944-56820a9c6da4
github.com/google/uuid v1.3.1
golang.org/x/sys v0.15.0
@@ -13,9 +13,9 @@ require (
require (
github.com/alwindoss/morse v1.0.1 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.0.1 // indirect
github.com/ecies/go/v2 v2.0.4 // indirect
github.com/ethereum/go-ethereum v1.10.17 // indirect
github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0 // indirect
github.com/ecies/go/v2 v2.0.7 // indirect
github.com/ethereum/go-ethereum v1.12.1 // indirect
github.com/mitchellh/go-ps v1.0.0 // indirect
golang.org/x/crypto v0.4.0 // indirect
golang.org/x/crypto v0.13.0 // indirect
)
+848 -21
View File
File diff suppressed because it is too large Load Diff