├── LICENSE ├── Makefile ├── ntdll.h ├── ntdll64.def ├── ntdll86.def └── ntstatus.h /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fyyre/ntdll/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fyyre/ntdll/HEAD/Makefile -------------------------------------------------------------------------------- /ntdll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fyyre/ntdll/HEAD/ntdll.h -------------------------------------------------------------------------------- /ntdll64.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fyyre/ntdll/HEAD/ntdll64.def -------------------------------------------------------------------------------- /ntdll86.def: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fyyre/ntdll/HEAD/ntdll86.def -------------------------------------------------------------------------------- /ntstatus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Fyyre/ntdll/HEAD/ntstatus.h --------------------------------------------------------------------------------