Metadata-Version: 2.4
Name: pakunoda
Version: 0.3.0
Summary: Extract Volatility 3 ISF profiles from raw Linux memory dumps via BTF and kallsyms
Project-URL: Homepage, https://github.com/monkeywave/pakunoda
Project-URL: Repository, https://github.com/monkeywave/pakunoda
Author-email: Anonymous <anonymous@example.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: btf,isf,kallsyms,linux,memory-forensics,volatility
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: System :: Operating System Kernels :: Linux
Requires-Python: >=3.10
Requires-Dist: click>=8.1
Requires-Dist: jsonschema>=4.0
Requires-Dist: numpy>=1.24
Provides-Extra: dev
Requires-Dist: hypothesis>=6.0; extra == 'dev'
Requires-Dist: mypy>=1.0; extra == 'dev'
Requires-Dist: pytest-benchmark>=4.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=7.0; extra == 'dev'
Requires-Dist: ruff>=0.1; extra == 'dev'
Provides-Extra: volatility3
Requires-Dist: volatility3>=2.4; extra == 'volatility3'
Description-Content-Type: text/markdown

# pakunoda
Extract Volatility 3 ISF profiles from raw Linux memory dumps via BTF and kallsyms
