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

Allow volatility profile building from custom sources #839

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Feb 7, 2023

  1. Allow building from custom sources

    Change the default definition of the KDIR from being just a prefix to full path to the kernel headers allows to override this value and compile the module using arbitrary location of the kernel headers or full source code.
    
    Added also some common usage examples in the comment.
    
    Adding the PREFIX variable might serve the original prefix purpose of the KDIR if somebody needs such functionality in some mass module rebuilding scripts
    xambroz committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    9a3e6e4 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Do not clean the module.ko straight away

    Leaving the module.ko allows for manual inspection for example using modinfo and possibly even copying to the remote system and trying to load the module in order to confirm it is compiled with the right kernel release string and symbols
    xambroz committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    b00b6e6 View commit details
    Browse the repository at this point in the history