Readme.md

October 9, 2025 ยท View on GitHub

This repository contains Delphi code examples for NtUtilsLibrary.

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