/NtUtilsLibrary-Examples

Code of samples for NtUtilsLibrary

Primary LanguagePascal

This repository contains Delphi code examples for NtUtilsLibrary.

Example Comment
ShowProcessTree.dpr Enumerate and output process tree into the console (210 KiB on x64)
FindRegistrySymlinks.dpr Traverse HKLM and print registry symlinks with their targets (191 KiB on x64 & ~15 seconds to complete)
EnumerateImports.dpr Enumerate imports of an EXE or a DLL (388 KiB on x64)
LogonInfoReflection.dpr Pretty-print the current logon session details via reflection (528 KiB on x64)
ChildProcessPipe.dpr Redirect standard I/O of a child process via anonymous pipes (466 KiB on x64)
RunAsHighIL.dpr Spawn a high-integrity process from medium integrity via admin credentials (641 KiB on x64)