Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/parse gup and vm flags #385

Merged
merged 3 commits into from
Oct 18, 2023

Commits on Oct 18, 2023

  1. feat(helpers): add arguments parsing functions for GUP flags

    Add parsing function for GUP (get user pages) flags for kernels since version 6.3
    AlonZivony committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    8340c2d View commit details
    Browse the repository at this point in the history
  2. feat(helpers): add arguments parsing functions for legacy GUP flags

    Add parsing function for GUP (get user pages) flags for kernels up to version 6.3
    AlonZivony committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    9128862 View commit details
    Browse the repository at this point in the history
  3. feat(helpers): add arguments parsing functions for VM flags

    Create parsing function for the vm_flags of the vm_area_struct.
    AlonZivony committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    e0820d7 View commit details
    Browse the repository at this point in the history