nt_wrapper
nt_wrapper copied to clipboard
A wrapper library around native windows sytem APIs
The registry key implementation is currently broken in default repo (v2), as all functions but `create`, `open` & `set` have been commented out.
List of things that should get into the object class - [x] NtDuplicateObject (no ability to select source process) - [x] NtMakeTemporaryObject - [x] NtMakePermanentObject - [ ] NtSignalAndWaitForSingleObject -...
Currently `OBJECT_NAME_INFORMATION` structure has a single `UNICODE_STRING` member. It would probably be the best to move the query for this straight into the `basic_object` structure and create a wrapper type...
at the moment only ntw::system namespace and ntw::memory components are tested. It would be great to have a test suite that covers most of the library.