volatility3: refactor

This commit is contained in:
Fabian Affolter 2024-06-03 17:01:46 +02:00 committed by GitHub
parent 2f1f6c3b50
commit d768cbfa4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,11 +15,11 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-elTUAvSe91TqpsTXg08SPKaVr6iM7FKcBaVNunv+HfU=";
};
nativeBuildInputs = with python3.pkgs; [
build-system = with python3.pkgs; [
setuptools
];
propagatedBuildInputs = with python3.pkgs; [
dependencies = with python3.pkgs; [
capstone
jsonschema
pefile