Some source code for playing with and learning to use win32 with golang.
Folders | Status | Description |
---|---|---|
messageBox | Done | Mapping and creating the win32 function MessageBoxW call by hand |
mkwinsyscall-MessageBox | Done | Using mkwinsyscall to map and create the MessageBoxW function |
processInject-shellcode | In progress | Using mkwinsyscall to create win32 calls to do process injection |
processinject-dll | TBD | Using mkwinsyscall to create win32 calls to do reflective dll injection |