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

Windows: Add support for missing callback types #1110

Merged

Commits on Jul 3, 2024

  1. Windows: Callbacks - update symbol files

    Updates the windows callbacks symbol files to include structures that
    were missing from the original volatility plugin.
    dgmcdona committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    acc41c2 View commit details
    Browse the repository at this point in the history
  2. Framework: Fix bad format string

    Fixes a bad format string inside of a raised exception
    dgmcdona committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    89b024d View commit details
    Browse the repository at this point in the history
  3. Windows: Callbacks - parse missing callback types

    Updates the Windows callbacks plugin to support several types of
    callbacks that were present in the original volatility framework, but
    were missing in volatility3. Adds an extension for `_SHUTDOWN_PACKET`
    structures for determining validity of structure.
    dgmcdona committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    5588153 View commit details
    Browse the repository at this point in the history
  4. Windows: Add version to driverirp.DriverIrp plugin

    This plugin class was missing a `_version` attribute, so I added one and
    set it to (1, 0, 0).
    dgmcdona committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    4d6f4bb View commit details
    Browse the repository at this point in the history