Files
volatility3/volatility3
Alejandro Diego cd08cb95fd Windows: Add filtering by offset to psscan
Add capability to the psscan plugin to filter by specific offset.
The filter would be used by other plugins to find specific offset using the psscan capabilities, like find
hidden processes as a result of some dkom for example.
The `--offset`  flag argument should represent a physical address space.

The flag is included in the following plugins:
  - dlllist
  - handles
2024-02-19 13:35:31 -05:00
..