From 6558df9765511244240d68c972cf0fb09ffdab93 Mon Sep 17 00:00:00 2001 From: Mike Auty Date: Wed, 9 Oct 2024 21:45:57 +0100 Subject: [PATCH] Core: get the version of dwarf2json check correct --- volatility3/schemas/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/schemas/__init__.py b/volatility3/schemas/__init__.py index 31b0a01d8..d4a78c971 100644 --- a/volatility3/schemas/__init__.py +++ b/volatility3/schemas/__init__.py @@ -86,7 +86,7 @@ def valid( int(x) for x in ".".split(producer.get("version")) ] < (0, 8, 0): vollog.warning( - "Dwarf2json < 0.8.0 is known to produce faulty symbols for kernels > 6.0.0" + "Dwarf2json < 0.9.0 is known to produce faulty symbols for kernels > 6.0.0" ) if input_hash in cached_validations and use_cache: