Justas Masiulis

Results 9 issues of Justas Masiulis

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

It would be nice if we could add allocator support. They are pain in the ass to add and probably not that useful. Thoughts?

enhancement

probably in need to remove constexpr specifiers if building on VS2015

help wanted

need to integrate wow64pp to allow querying of whole 64 bit memory range

enhancement

Don't have VS2015 installed so cannot debug to find out the issue. It probably is related to wrong constructor being used

Many languages use `0x` prefix to express hexadecimal numbers; because both a letter and a number can follow after, it causes a bit of inconsistency. [small example of this behaviour...

bug