Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-01 | Type names added to Get-NtSystemInformation | Matt Graeber | 1 | -3/+2 | |
When displaying handle information, you can now filter by and display object type names: Get-NtSystemInformation | |||||
2013-05-16 | _SYSTEM_HANDLE_INFORMATION prints as a table now | Matt Graeber | 1 | -34/+56 | |
2013-05-16 | Added _SYSTEM_LOCK_INFORMATION struct | Matt Graeber | 1 | -0/+64 | |
Yet another method of leaking kernel pointers. | |||||
2013-05-12 | Added Get-NtSystemInformation | Matt Graeber | 1 | -0/+334 | |
Get-NtSystemInformation is a wrapper function for NtQuerySystemInformation. It is a swiss-army knife tool for obtaining internal OS information. It can currently be used to query the following: global flags, handles, objects, kernel pool allocations, and loaded kernel modules |