Files
volatility3/volatility/framework/plugins
AsafEitaniandikelos 67c515f38d Improved strings efficiency
1. Replaced readlines() with readline() to prevent loading the entire strings file to memory all at once.
2. Added process callback to indicate the progression.
3. Converted the re.compile of strings parse_line to global in order to prevent compilation for each line.
4. Changed the regex to not include the trailing newline (\n)
2020-08-12 14:57:57 +01:00
..
2020-07-28 16:57:48 +01:00
2020-08-12 14:57:57 +01:00
2020-01-27 23:31:05 +00:00