Skip to content
This repository has been archived by the owner on Jul 26, 2023. It is now read-only.

Adding NtOpenSection, NtClose methods and corresponding structs #189

Closed
wants to merge 11 commits into from
Closed

Adding NtOpenSection, NtClose methods and corresponding structs #189

wants to merge 11 commits into from

Commits on Feb 16, 2016

  1. Configuration menu
    Copy the full SHA
    20838c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2b7385d View commit details
    Browse the repository at this point in the history
  3. Fixing struct definitions

    hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    2e7e236 View commit details
    Browse the repository at this point in the history
  4. Use SafeNTObjectHandle instead of IntPtr

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    c976bb0 View commit details
    Browse the repository at this point in the history
  5. Use pinnable structs

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    c2388f1 View commit details
    Browse the repository at this point in the history
  6. Fix field type

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    f354427 View commit details
    Browse the repository at this point in the history
  7. Use stronger types for fields

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    e499104 View commit details
    Browse the repository at this point in the history
  8. Add xml doc comments

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    b943075 View commit details
    Browse the repository at this point in the history
  9. Add ACCESS_MASK enum

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    ccfb196 View commit details
    Browse the repository at this point in the history
  10. Add ACCESS_MASK members

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    7cfda8f View commit details
    Browse the repository at this point in the history
  11. Add NtOpenSection test

    AArnott authored and hmemcpy committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    3ec3a25 View commit details
    Browse the repository at this point in the history