Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
small code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ergoz committed Aug 11, 2019
1 parent 7a81e2b commit 375281f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/shellcode_injection.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// +build 386

package main

import (
"syscall"
"unsafe"

"github.com/JamesHovious/w32"
"github.com/riftbit/w32"
)

// metasploit spawn notepad for x64
Expand Down

0 comments on commit 375281f

Please sign in to comment.