Skip to content

Commit

Permalink
Merge pull request #1060 from davemcatcisco/main
Browse files Browse the repository at this point in the history
Address gaps in Process Activity and Memory Activity wrt process injection.
  • Loading branch information
mikeradka authored Apr 24, 2024
2 parents 7b31e89 + 6f60bd0 commit e093f0c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 4 additions & 1 deletion dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2030,6 +2030,9 @@
},
"2": {
"caption": "Load Library"
},
"3": {
"caption": "Queue APC"
}
},
"sibling": "injection_type",
Expand Down Expand Up @@ -4434,4 +4437,4 @@
}
}
}
}
}
4 changes: 4 additions & 0 deletions events/system/memory.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"8": {
"description": "Write (Example: <code>WriteProcessMemory</code>)",
"caption": "Write"
},
"9": {
"description": "Map View (Example: <code>MapViewOfFile2</code>)",
"caption": "Map View"
}
}
},
Expand Down

0 comments on commit e093f0c

Please sign in to comment.