nt_wrapper
nt_wrapper copied to clipboard
Wrap all object API
List of things that should get into the object class
- [x] NtDuplicateObject (no ability to select source process)
- [x] NtMakeTemporaryObject
- [x] NtMakePermanentObject
- [ ] NtSignalAndWaitForSingleObject
- [x] NtWaitForSingleObject
- [x] NtClose
Will probably get turned into a free function:
- [ ] NtWaitForMultipleObjects
Will probably be in a separate SECURITY_DESCRIPTOR wrapper class
- [ ] NtSetSecurityObject
- [ ] NtQuerySecurityObject