Where did this structure come from? I know that it is declared in the famous ntdll.h file and is part of the undocumented windows API. But doesnโt it depend on different versions of windows? Is there any way to reset this structure from a working system? I tried "dt SYSTEM_HANLDE_INFORMATION" in Windbg and "type SYSTEM_HANLDE_INFORMATION" in SoftIce, but all I get is the message "there is no such character." I also dumped ntoskrnl.pdb with PdbDump.exe and searched among the dropped structures - and could not find either SYSTEM_HANLDE_INFORMATION or SYSTEM_HANLDE.
could you help me?
source share