C# Class EoP.Program

Mostra file Open project: brianwrf/CVE-2016-0051

Public Methods

Method Description
Main ( string args ) : void

Private Methods

Method Description
CreateFile ( string lpFileName, uint dwDesiredAccess, uint dwShareMode, IntPtr securityAttributes, uint dwCreationDisposition, uint dwFlagsAndAttributes, IntPtr hTemplateFile ) : IntPtr
GetProcAddress ( IntPtr hModule, string procName ) : IntPtr
LoadLibrary ( [ lpFileName ) : IntPtr
NtAllocateVirtualMemory ( [ processHandle, [ baseAddress, [ zeroBits, [ regionSize, [ allocationType, [ protect ) : NtStatus
NtFsControlFile ( [ fileHandle, [ Event, [ apcRoutine, [ apcContext, [ ioStatusBlock, [ fsControlCode, [ inputBuffer, [ inputBufferLength, [ outputBuffer, [ outputBufferLength ) : NtStatus
RunCMD ( string cmdstr, System pp ) : string
StartFakeWebDavServer ( int port ) : void
WNetAddConnection2 ( NETRESOURCE lpNetResource, string lpPassword, string lpUsername, int dwFlags ) : int
fl ( byte inp ) : byte[]
il ( ) : byte[]
rep ( byte b, int c ) : byte[]
z ( int c ) : byte[]

Method Details

Main() public static method

public static Main ( string args ) : void
args string
return void