nt_wrapper icon indicating copy to clipboard operation
nt_wrapper copied to clipboard

Wrap all object API

Open JustasMasiulis opened this issue 5 years ago • 0 comments

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

JustasMasiulis avatar Mar 01 '19 21:03 JustasMasiulis