Merge branch 'volatilityfoundation:develop' into fix/ethread

This commit is contained in:
Donghyun Kim
2022-05-12 13:26:02 +09:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -6,11 +6,11 @@ When an API feature or function is removed or changed, the major version is bump
2.1.0
=====
Add in the linux `task.get_threads` method added to the API.
Add in the linux `task.get_threads` method to the API.
2.0.3
=====
`DEVICE_OBJECT.get_attached_devices` and `DRIVER_OBJECT.get_devices` added to the API.
Add in the windows `DEVICE_OBJECT.get_attached_devices` and `DRIVER_OBJECT.get_devices` methods to the API.
2.0.2
=====
@@ -727,7 +727,7 @@ class EPROCESS(generic.GenericIntelProcess, pool.ExecutiveObject):
env = envar[:split_index]
var = envar[split_index + 1:]
# Exlude parse problem with some types of env
# Exclude parse problem with some types of env
if env and var:
yield env, var