package
0.0.0-20220311112816-391d3f37849f
Repository: https://github.com/bluesentinelsec/offensivegolang.git
Documentation: pkg.go.dev

# Functions

RunCMD executes a command with cmd.exe.
RunPowerShell executes a command in PowerShell.
ShellCodeCreateRemoteThread spawns shellcode in a remote process.
ShellCodeRTLCopyMemory executes shellcode in the current process using VirtualAlloc and RtlCopyMemory.
ShellCodeSyscall executes shellcode using syscall.Syscall().
ShellCodeThreadExecute executes shellcode in the current process using VirtualAlloc and CreateThread.
ShellCodeVirtualProtect executes shellcode in the current process by using the VirtualProtect function and a function pointer.
VirtualProtect is used to set the memory region to PAGE_EXECUTE_READWRITE.
WinDLLProc executes a windows DLL function.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author