Skip to content

Linux: update linux.pslist plugin to use task.mm.get_vma_iter() so th… #71

Linux: update linux.pslist plugin to use task.mm.get_vma_iter() so th…

Linux: update linux.pslist plugin to use task.mm.get_vma_iter() so th… #71

Workflow file for this run

name: Black python linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --diff --verbose"
src: "./volatility3"