mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-09-11 20:27:38 +02:00
PDB: Don't bump the version unnecessarily
The version field of the producer should be enough to determine the difference
This commit is contained in:
@@ -277,7 +277,7 @@ class PdbReader:
|
||||
self.symbols = {} # type: Dict[str, Any]
|
||||
self._omap_mapping = [] # type: List[Tuple[int, int]]
|
||||
self._sections = [] # type: List[interfaces.objects.ObjectInterface]
|
||||
self.metadata = {"format": "6.1.1", "windows": {}}
|
||||
self.metadata = {"format": "6.1.0", "windows": {}}
|
||||
self._database_name = database_name
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user