C# 클래스 EoP.Program

파일 보기 프로젝트 열기: brianwrf/CVE-2016-0051

공개 메소드들

메소드 설명
Main ( string args ) : void

비공개 메소드들

메소드 설명
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[]

메소드 상세

Main() 공개 정적인 메소드

public static Main ( string args ) : void
args string
리턴 void