C# Class dllguest.Shellcode

Afficher le fichier Open project: subTee/Troopers2016 Class Usage Examples

Méthodes publiques

Méthode Description
Exec ( ) : void
ExecBytes ( string b64 ) : void

Private Methods

Méthode 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 méthode

public static Exec ( ) : void
Résultat void

ExecBytes() public static méthode

public static ExecBytes ( string b64 ) : void
b64 string
Résultat void