C# Class dllguest.Shellcode

Show file Open project: subTee/Troopers2016 Class Usage Examples

Public Methods

Method Description
Exec ( ) : void
ExecBytes ( string b64 ) : void

Private Methods

Method Description
CreateThread ( UInt32 lpThreadAttributes, UInt32 dwStackSize, UInt32 lpStartAddress, IntPtr param, UInt32 dwCreationFlags, UInt32 &lpThreadId ) : IntPtr
VirtualAlloc ( UInt32 lpStartAddr, UInt32 size, UInt32 flAllocationType, UInt32 flProtect ) : UInt32
WaitForSingleObject ( IntPtr hHandle, UInt32 dwMilliseconds ) : UInt32

Method Details

Exec() public static method

public static Exec ( ) : void
return void

ExecBytes() public static method

public static ExecBytes ( string b64 ) : void
b64 string
return void