From 64cabc154679f629c113347798b3f1ea9ae6d44a Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Tue, 10 May 2022 20:53:03 +0900 Subject: [PATCH 1/3] Fix: typo, unification for API_CHANGES.md --- API_CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API_CHANGES.md b/API_CHANGES.md index 4e1820eff..e4b229dcf 100644 --- a/API_CHANGES.md +++ b/API_CHANGES.md @@ -10,11 +10,11 @@ Add in the linux `task.get_threads` method added 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` method added to the API. 2.0.2 ===== -Fix the behaviour of the offsets returned by the PDB scanner. +Fix the behavior of the offsets returned by the PDB scanner. 2.0.0 ===== From b9abb3f06c114ebac3191c785b041defe9c78cb8 Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Tue, 10 May 2022 20:53:18 +0900 Subject: [PATCH 2/3] Fix: typo for windows code comment --- volatility3/framework/symbols/windows/extensions/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volatility3/framework/symbols/windows/extensions/__init__.py b/volatility3/framework/symbols/windows/extensions/__init__.py index e7da0316d..69e8ba94e 100755 --- a/volatility3/framework/symbols/windows/extensions/__init__.py +++ b/volatility3/framework/symbols/windows/extensions/__init__.py @@ -719,7 +719,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 From b81eb04fb26e1a84677a00e1992eff071bc85386 Mon Sep 17 00:00:00 2001 From: Donghyun Kim Date: Wed, 11 May 2022 07:39:45 +0900 Subject: [PATCH 3/3] Revert: british english by code review --- API_CHANGES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/API_CHANGES.md b/API_CHANGES.md index e4b229dcf..274d1d8bb 100644 --- a/API_CHANGES.md +++ b/API_CHANGES.md @@ -6,15 +6,15 @@ 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 ===== -Add in the windows `DEVICE_OBJECT.get_attached_devices` and `DRIVER_OBJECT.get_devices` method 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 ===== -Fix the behavior of the offsets returned by the PDB scanner. +Fix the behaviour of the offsets returned by the PDB scanner. 2.0.0 =====