nt_wrapper icon indicating copy to clipboard operation
nt_wrapper copied to clipboard

A wrapper library around native windows sytem APIs

Results 5 nt_wrapper issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

help wanted
good first issue

Should set up appveyor

enhancement