NtQueryInformationProcess & NtSetInformationProcess cheat sheet Reversing Windows code requires knowledge of a lot of internal Windows structures, or at least know where to find information about them. So I thought I would compile some of the known information into cheat sheets. Today’s entry covers the structures returned or set by the NtQueryInformationProcess or NtSetInformationProcess calls. W

