diff --git a/CHANGELOG.md b/CHANGELOG.md index f1fac9e2e..deeb82f4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ Thankyou! --> * #### Categories * #### Event Classes 1. Added `file_result` to File Hosting Activity. #1045 + 2. Added entries to `injection_type_id` enum (`Process Activity`) and `activity_id` enum (`Memory Activity`). #1060 * #### Profiles * #### Objects * #### Platform Extensions diff --git a/dictionary.json b/dictionary.json index aff26f72a..77f7b6eba 100644 --- a/dictionary.json +++ b/dictionary.json @@ -2030,6 +2030,9 @@ }, "2": { "caption": "Load Library" + }, + "3": { + "caption": "Queue APC" } }, "sibling": "injection_type", @@ -4434,4 +4437,4 @@ } } } -} \ No newline at end of file +} diff --git a/events/system/memory.json b/events/system/memory.json index f3dcc24e2..fe9b605c0 100644 --- a/events/system/memory.json +++ b/events/system/memory.json @@ -34,6 +34,10 @@ "8": { "description": "Write (Example: WriteProcessMemory)", "caption": "Write" + }, + "9": { + "description": "Map View (Example: MapViewOfFile2)", + "caption": "Map View" } } },