Files
volatility3/API_CHANGES.md
T

531 B

API Changes

When an addition to the existing API is made, the minor version is bumped. When an API feature or function is removed or changed, the major version is bumped.

1.2.0

  • Added support for module collections

  • Added context.modules

  • Added ModuleRequirement

  • Added get_symbols_by_absolute_location

  • Remove support for symbol_shift and symbol_mask from symbol tables Symbols should be the data values from the JSON, and if they need modifying, a module wrappr, or similar, should be used