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

Add VMCOREINFO to Linux special objects #316

Merged
merged 2 commits into from
Aug 19, 2023

Commits on Aug 19, 2023

  1. Add VMCOREINFO to special Linux Kernel objects

    For Python-based object, type, and symbol finders, the vmcoreinfo is a
    critical source of information. It can contain addresses necessary for
    loading certain information (such as kallsyms). Expose this information
    as a special object.
    
    Signed-off-by: Stephen Brennan <[email protected]>
    brenns10 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    7032edf View commit details
    Browse the repository at this point in the history
  2. tests: Add test for vmcoreinfo special object

    Signed-off-by: Stephen Brennan <[email protected]>
    brenns10 committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5d43d24 View commit details
    Browse the repository at this point in the history