C# Class LDS, exploiting

Mostra file Open project: newlog/exploiting Class Usage Examples

Public Methods

Method Description
AddToLog ( LDS_LOG_ENTRY &log ) : bool
DoFullDump ( LDS_FULL_DUMP &fd ) : bool
DoFullDumpEx ( LDS_FULL_DUMP_EX &fd ) : bool
DoPartialDump ( LDS_PARTIAL_DUMP &pd ) : bool
EnumProcessIDs ( LDS_ENUM_PIDS &pidlist ) : bool
EnumProcessModules ( LDS_ENUM_PROCESS_MODULES &modlist ) : bool
FindProcessID ( LDS_FIND_PID &fp ) : bool
GetLDSWindowHandle ( ) : uint
IsLDSUp ( ) : bool
QueryModuleInfo ( LDS_MODULE_INFO &mod ) : bool
QueryVersion ( LDS_VERSION &ver ) : bool

Private Methods

Method Description
_FindWindow ( string szClass, string szWin ) : uint
_GetCurrentProcessId ( ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_ENUM_PIDS &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_ENUM_PROCESS_MODULES &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_FIND_PID &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_FULL_DUMP &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_FULL_DUMP_EX &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_LOG_ENTRY &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_MODULE_INFO &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_PARTIAL_DUMP &lParam ) : uint
_SendMessage ( uint hWnd, uint uMsg, uint wParam, LDS_VERSION &lParam ) : uint

Method Details

AddToLog() public static method

public static AddToLog ( LDS_LOG_ENTRY &log ) : bool
log LDS_LOG_ENTRY
return bool

DoFullDump() public static method

public static DoFullDump ( LDS_FULL_DUMP &fd ) : bool
fd LDS_FULL_DUMP
return bool

DoFullDumpEx() public static method

public static DoFullDumpEx ( LDS_FULL_DUMP_EX &fd ) : bool
fd LDS_FULL_DUMP_EX
return bool

DoPartialDump() public static method

public static DoPartialDump ( LDS_PARTIAL_DUMP &pd ) : bool
pd LDS_PARTIAL_DUMP
return bool

EnumProcessIDs() public static method

public static EnumProcessIDs ( LDS_ENUM_PIDS &pidlist ) : bool
pidlist LDS_ENUM_PIDS
return bool

EnumProcessModules() public static method

public static EnumProcessModules ( LDS_ENUM_PROCESS_MODULES &modlist ) : bool
modlist LDS_ENUM_PROCESS_MODULES
return bool

FindProcessID() public static method

public static FindProcessID ( LDS_FIND_PID &fp ) : bool
fp LDS_FIND_PID
return bool

GetLDSWindowHandle() public static method

public static GetLDSWindowHandle ( ) : uint
return uint

IsLDSUp() public static method

public static IsLDSUp ( ) : bool
return bool

QueryModuleInfo() public static method

public static QueryModuleInfo ( LDS_MODULE_INFO &mod ) : bool
mod LDS_MODULE_INFO
return bool

QueryVersion() public static method

public static QueryVersion ( LDS_VERSION &ver ) : bool
ver LDS_VERSION
return bool