Commit Graph
18 Commits
Author SHA1 Message Date
David McDonald 0f73686364 Framework: Fix remaining missing requirements
This adds all of the missing requirements discovered via the new code
analysis script.
2025-03-28 13:22:01 -05:00
David McDonald a6f9a0e95b Framework: Replace PluginRequirements
This replaces all uses of `requirements.PluginRequirements` with
`requirements.VersionRequirement`.
2025-03-24 11:30:17 -05:00
David McDonald 5c6107bf33 Code Review (style): Use keyword args for clarity
This updates a whole host of method calls to pass keyword arguments
instead of positional arguments.
2025-03-05 17:59:49 -06:00
Gustavo Moreira 8e12cf02e3 linux: psscan: reimplemented to make use of pslist.get_task_fields() 2024-12-18 16:09:22 +11:00
ikelosandGitHub 7d2f8b2ccf Merge pull request #1412 from gcmoreira/linux_task_parent_pid_fix
Linux: Fix task parent pid in several plugins
2024-12-17 23:06:04 +00:00
Gustavo Moreira e035faa323 bump framework minor version 2024-12-18 09:55:13 +11:00
Arthur Deierlein ad7daafc50 linted with ruff (ruff check . --fix) 2024-12-17 22:55:38 +01:00
Gustavo Moreira 02f17af8a6 linux: fix task parent pid in several plugins.
It also adds a method to get the correct one in a unified way from the task object extension
2024-12-17 12:09:29 +11:00
Eve a82b93523d Linux: psscan tiny update so that memory_layer_name is reused 2024-02-22 09:47:23 +00:00
Mike Auty 36ec516470 Linux: Fix psscan task native_layer 2023-03-11 15:17:24 +00:00
Mike Auty 99417cdfcc Linux: Psscan check parent pointer is valid 2023-03-11 14:17:37 +00:00
Eve 32db4c0e5f Fix black linting for linux.psscan. 2023-03-08 14:08:44 +00:00
Eve abfe104eb9 Fix linux.pscan to find memory layer to scan using kernel layers dependencies rather than hard coded value. 2023-03-08 14:02:13 +00:00
Eve bdf57f0716 Add extra debug messages to linux.psscan when finding symbol locations 2023-03-08 13:44:08 +00:00
Eve a34fb84976 Fix linux.psscan to use kernel offset when finding symbol location 2023-03-08 13:39:00 +00:00
Eve 9e5a98ca40 Update linux.psscan with black linting and version 2023-02-03 10:51:18 +00:00
Eve e81935869a Update linux.psscan to find kernel layer name correctly 2023-02-03 10:37:29 +00:00
Eve 4bb6d93e12 Update linux.psscan 2023-02-03 10:18:06 +00:00