mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
little update with new maldev version
This commit is contained in:
+1
-1
@@ -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
@@ -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) {
|
||||
|
||||
@@ -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,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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user