goNtdllOverwrite - API Unhooking in Golang
Overwrite ntdll.dll’s “.text” section using a clean version of the DLL using Golang.
Ethical hacker | OSCE(3) CRTM CRTL GXPN GRTP GCIH
Overwrite ntdll.dll’s “.text” section using a clean version of the DLL using Golang.
Overwrite ntdll.dll’s “.text” section using a clean version of the DLL using Python.
NativeDump allows to dump the lsass process using only NTAPIs generating a Minidump file with only the streams needed to be parsed by tools like Mimikatz or Pypykatz (SystemInfo, ModuleList and Memory64List Streams).
A very dumb way to access Jenkins protected credentials which I have not found documented anywhere.
GetModuleHandle implementation for remote processes in C# using only NTAPIs: NtQueryInformationProcess, NtReadVirtualMemory and NtOpenProcess.
This website contains most of the P/Invoke definitions from the now offline pinvoke.net, adding the link to the Microsoft documentation for each one.
C# program to parse Microsoft Minidump files.