Home

Awesome

This repository contains Delphi code examples for NtUtilsLibrary.

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