Update single.go

This commit is contained in:
s1egesystems 2020-02-03 21:29:22 +00:00 committed by GitHub
parent 634104ad0e
commit 75079ca512
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,9 @@ func messagebox() {
title := "Error:"
message := "Error to throw off victim."
mbox.Call(0,
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(message))),
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(title))),
0)
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(message))),
uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(title))),
0)
}
func getprocname(id uint32) string {