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/process.py winappdbg(Download)
except AttributeError: hProcess = self.get_handle(win32.PROCESS_QUERY_INFORMATION) pbi = win32.NtQueryInformationProcess(hProcess, win32.ProcessBasicInformation) address = pbi.PebBaseAddress
src/w/i/winappdbg-1.5/winappdbg/debug.py winappdbg(Download)
hProcess = aProcess.get_handle(win32.PROCESS_QUERY_INFORMATION) pbi = win32.NtQueryInformationProcess( hProcess, win32.ProcessBasicInformation) ptr = pbi.PebBaseAddress + 2 if aProcess.peek(ptr, 1) == '\x01':