Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/w/i/winappdbg-1.5/winappdbg/event.py winappdbg(Download)
win32.LOAD_DLL_DEBUG_EVENT : LoadDLLEvent, # 6 win32.UNLOAD_DLL_DEBUG_EVENT : UnloadDLLEvent, # 7 win32.OUTPUT_DEBUG_STRING_EVENT : OutputDebugStringEvent, # 8 win32.RIP_EVENT : RIPEvent, # 9 }
src/w/i/winappdbg-1.5/winappdbg/crash.py winappdbg(Download)
# Get information for debug string events. if self.eventCode == win32.OUTPUT_DEBUG_STRING_EVENT: self.debugString = event.get_debug_string()