Updated module path
This commit is contained in:
@ -5,9 +5,9 @@ import (
|
||||
"encoding/binary"
|
||||
"io"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/config"
|
||||
"git.akyoto.dev/cli/q/src/dll"
|
||||
"git.akyoto.dev/cli/q/src/fs"
|
||||
"git.urbach.dev/cli/q/src/config"
|
||||
"git.urbach.dev/cli/q/src/dll"
|
||||
"git.urbach.dev/cli/q/src/fs"
|
||||
)
|
||||
|
||||
const (
|
||||
|
@ -4,7 +4,7 @@ import (
|
||||
"io"
|
||||
"testing"
|
||||
|
||||
"git.akyoto.dev/cli/q/src/pe"
|
||||
"git.urbach.dev/cli/q/src/pe"
|
||||
)
|
||||
|
||||
func TestWrite(t *testing.T) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
package pe
|
||||
|
||||
import "git.akyoto.dev/cli/q/src/dll"
|
||||
import "git.urbach.dev/cli/q/src/dll"
|
||||
|
||||
// importLibraries generates the import address table which contains the addresses of functions imported from DLLs.
|
||||
func importLibraries(dlls dll.List, importsStart int) ([]uint64, []byte, []DLLImport, int) {
|
||||
|
Reference in New Issue
Block a user