WinDebugger

Undocumented in source.

Constructors

this
this(string exefile, string args)
Undocumented in source.

Members

Functions

enterDebugLoop
bool enterDebugLoop()
Undocumented in source. Be warned that the author may not have intended to support it.
findProcess
ProcessInfo findProcess(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
onCreateProcessDebugEvent
uint onCreateProcessDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onCreateThreadDebugEvent
uint onCreateThreadDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onExitProcessDebugEvent
uint onExitProcessDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onExitThreadDebugEvent
uint onExitThreadDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onLoadDllDebugEvent
uint onLoadDllDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onOutputDebugStringEvent
uint onOutputDebugStringEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onRipEvent
uint onRipEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
onUnloadDllDebugEvent
uint onUnloadDllDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
processDebugEvent
void processDebugEvent(DEBUG_EVENT debug_event)
Undocumented in source. Be warned that the author may not have intended to support it.
startDebugging
bool startDebugging()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_args
string _args;
Undocumented in source.
_continueStatus
uint _continueStatus;
Undocumented in source.
_dlls
DllInfo[] _dlls;
Undocumented in source.
_exefile
string _exefile;
Undocumented in source.
_pi
PROCESS_INFORMATION _pi;
Undocumented in source.
_processes
ProcessInfo[] _processes;
Undocumented in source.
_si
STARTUPINFOW _si;
Undocumented in source.
_stopRequested
bool _stopRequested;
Undocumented in source.

Meta