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.CREATE_THREAD_DEBUG_EVENT : CreateThreadEvent, # 2 win32.CREATE_PROCESS_DEBUG_EVENT : CreateProcessEvent, # 3 win32.EXIT_THREAD_DEBUG_EVENT : ExitThreadEvent, # 4 win32.EXIT_PROCESS_DEBUG_EVENT : ExitProcessEvent, # 5 win32.LOAD_DLL_DEBUG_EVENT : LoadDLLEvent, # 6
# Unknown codes are ignored. __postEventNotifyCallbackName = { win32.EXIT_THREAD_DEBUG_EVENT : '_notify_exit_thread', win32.EXIT_PROCESS_DEBUG_EVENT : '_notify_exit_process', win32.UNLOAD_DLL_DEBUG_EVENT : '_notify_unload_dll',