Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/w/i/winappdbg-1.5/winappdbg/thread.py winappdbg(Download)
""" return win32.NtQueryInformationThread( self.get_handle(), # XXX what permissions do I need? win32.ThreadHideFromDebugger)
try: hThread = self.get_handle(win32.THREAD_QUERY_INFORMATION) tbi = win32.NtQueryInformationThread( hThread, win32.ThreadBasicInformation) address = tbi.TebBaseAddress