This repository contains Delphi code examples for NtUtilsLibrary.
| Example | Comment |
|---|---|
| ShowProcessTree.dpr | Enumerate and output process tree into the console (197 KiB on x64) |
| FindRegistrySymlinks.dpr | Traverse HKLM and print registry symlinks with their targets (167 KiB on x64 & ~15 seconds to complete) |
| EnumerateImports.dpr | Enumerate imports of an EXE or a DLL (360 KiB on x64) |
| LogonInfoReflection.dpr | Pretty-print the current logon session details via reflection (1.82 MiB on x64) |
| ChildProcessPipe.dpr | Redirect standard I/O of a child process via anonymous pipes (437 KiB on x64) |
| RunAsHighIL.dpr | Spawn a high-integrity process from medium integrity via admin credentials (475 KiB on x64) |