This commit is contained in:
Evan Su 2021-06-03 15:51:13 -04:00
commit 971e6d22e3
38 changed files with 37 additions and 39 deletions

View File

@ -1,2 +0,0 @@
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf h1:FPsprx82rdrX2jiKyS17BH6IrTmUBYqZa/CXT4uvb+I=
github.com/TheTitanrain/w32 v0.0.0-20180517000239-4f5cfb03fabf/go.mod h1:peYoMncQljjNS6tZwI9WVyQB3qZS6u79/N3mBOcnd3I=

View File

@ -1,5 +1,5 @@
module github.com/HACKERALERT/Picocrypt/src/external/dialog
require (
github.com/HACKERALERT/Picocrypt/src/external/w32 v0.0.0-20210603185944-82c1ae4d9ee4
github.com/HACKERALERT/Picocrypt/src/external/w32 v0.0.0-20210603192833-cef069fa8ef1
)

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"errors"

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
// Registry predefined keys
const (

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"testing"

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
// http://msdn.microsoft.com/en-us/library/windows/desktop/aa374931(v=vs.85).aspx
type ACL struct {

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"fmt"

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
const (
ALPC_PORFLG_ALLOW_LPC_REQUESTS = 0x20000

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"testing"

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"errors"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
const (
FALSE = 0

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
const (
WAIT_ABANDONED = 0x00000080

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"testing"

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
// typedef struct _PROCESS_INFORMATION {
// HANDLE hProcess;

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"fmt"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
// #include <stdlib.h>
//import (

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
const (
RTL_CLONE_PROCESS_FLAGS_CREATE_SUSPENDED = 0x00000001

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"fmt"

View File

@ -1,4 +1,4 @@
package github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
// combase!_SECTION_IMAGE_INFORMATION
// +0x000 TransferAddress : Ptr64 Void

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"errors"

View File

@ -1,3 +1,3 @@
module w32
module github.com/HACKERALERT/Picocrypt/src/external/w32
go 1.16

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"unsafe"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"unsafe"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
type pIUnknownVtbl struct {
pQueryInterface uintptr

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"errors"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"unsafe"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"fmt"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
import (
"syscall"

View File

@ -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 github.com/HACKERALERT/Picocrypt/src/external/w32
package w32
var (
IID_NULL = &GUID{0x00000000, 0x0000, 0x0000, [8]byte{0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}}