Fix go packaging
This commit is contained in:
parent
93b7f00827
commit
e37bac0138
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
// Registry predefined keys
|
||||
const (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa374931(v=vs.85).aspx
|
||||
type ACL struct {
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
const (
|
||||
ALPC_PORFLG_ALLOW_LPC_REQUESTS = 0x20000
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
const (
|
||||
FALSE = 0
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
const (
|
||||
WAIT_ABANDONED = 0x00000080
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"testing"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
// typedef struct _PROCESS_INFORMATION {
|
||||
// HANDLE hProcess;
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
// #include <stdlib.h>
|
||||
//import (
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
const (
|
||||
RTL_CLONE_PROCESS_FLAGS_CREATE_SUSPENDED = 0x00000001
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
// combase!_SECTION_IMAGE_INFORMATION
|
||||
// +0x000 TransferAddress : Ptr64 Void
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
module w32
|
||||
|
||||
go 1.16
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"unsafe"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"unsafe"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
type pIUnknownVtbl struct {
|
||||
pQueryInterface uintptr
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"errors"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"unsafe"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package w32
|
||||
package github.com/HACKERALERT/Picocrypt/src/external/w32
|
||||
|
||||
var (
|
||||
IID_NULL = &GUID{0x00000000, 0x0000, 0x0000, [8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}
|
||||
|
|
Loading…
Reference in New Issue