Commit Graph
5003 Commits
Author SHA1 Message Date
Andrew Case bf7f1ca91e Prevent infinite loops in device enumeration extensions #1483 2024-12-28 22:43:56 +00:00
Andrew Case 1bd031b9a8 Prevent infinite loops in device enumeration extensions #1483 2024-12-28 22:42:25 +00:00
ikelosandGitHub b1a42d9510 Merge pull request #1467 from j-t-1/BasicTypes
Use BasicTypes variable
2024-12-26 22:11:45 +00:00
j-t-1andGitHub 4c430d2ec4 Use BasicTypes variable
This removes a "float", which should be excluded.
2024-12-26 07:27:45 +00:00
ikelosandGitHub a07c5d3063 Merge pull request #1354 from Abyss-W4tcher/fbdev_plugin
New Linux plugin: fbdev graphics API
2024-12-25 19:21:38 +00:00
ikelosandGitHub 93b09fd974 Merge pull request #1466 from j-t-1/configuration
Tweak configuration.py
2024-12-25 19:17:26 +00:00
j-t-1andGitHub 79fe1c50df Tweak configuration.py
Create a tuple directly and replace random.choice by random.choices.
2024-12-24 19:42:05 +00:00
Abyss Watcher ea2757c06c minor version bump 2024-12-24 11:45:23 +01:00
Abyss Watcher 0bb09191aa file output failure results in UnreadableValue 2024-12-23 21:28:58 +01:00
ikelosandGitHub 1f91fd4d69 Merge pull request #1460 from volatilityfoundation/issues/issue1436
Generic: Fix up potential issue with isfinfo
2024-12-23 17:05:47 +00:00
ikelosandGitHub b630cfaeec Merge pull request #1462 from volatilityfoundation/issues/issue1442
Layers: Fix vmware layer without a suitable meta
2024-12-23 17:05:11 +00:00
ikelosandGitHub 9b27f5eeca Merge pull request #1461 from volatilityfoundation/issues/issue1441
Layers: Fix MSF page len on a possibly uninitialized variable
2024-12-23 17:03:28 +00:00
ikelosandGitHub 8e851c44f9 Merge pull request #1454 from j-t-1/simple
Reformat how to write a simple plugin
2024-12-23 16:43:55 +00:00
j-t-1andGitHub df37f0a909 Reformat how to write a simple plugin 2024-12-23 15:34:17 +00:00
j-t-1andGitHub 9d4dd010a7 Reformat how to write a simple plugin 2024-12-23 15:28:40 +00:00
Abyss Watcher 8d213284e6 handle NotAvailableValue in filename 2024-12-22 14:23:04 +01:00
Abyss Watcher 1fef570022 restrict output to PNG, unify file handling 2024-12-22 14:15:45 +01:00
Abyss Watcher 7caf8c572a PIL import graceful exit 2024-12-22 14:03:26 +01:00
ikelosandGitHub e7e4d76d95 Merge pull request #1463 from j-t-1/svclist
Add a required framework version
2024-12-21 23:28:02 +00:00
Mike Auty ea273fe878 Volshell: Fix up shuffled imports 2024-12-21 23:23:37 +00:00
ikelosandGitHub 2bebc00ba4 Merge pull request #1390 from j-t-1/Volshell
Remove redundant part of if statement
2024-12-21 23:20:01 +00:00
j-t-1andGitHub b9fa217d79 Add a required framework version
Added _required_framework_version and set it to the same value (2, 0, 0) as its plugin requirement of svcscan. Also tweaked one comment.
2024-12-21 18:48:12 +00:00
Abyss Watcher f6a54c5c48 ruff fix 2024-12-21 13:31:29 +01:00
Abyss-W4tcherandGitHub 335bdba36c Merge branch 'develop' into fbdev_plugin 2024-12-21 13:26:23 +01:00
Abyss Watcher 88eb2aa886 switch pillow to pyproject.toml 2024-12-21 13:22:04 +01:00
j-t-1andGitHub 104cf0f6a1 Merge branch 'volatilityfoundation:develop' into Volshell 2024-12-21 06:16:28 +00:00
j-t-1andGitHub bed03dfbc7 Refactor check of BasicType
The intention is either a BasicType or a list where each element is only a BasicType (and not a list).
2024-12-21 06:15:35 +00:00
j-t-1andGitHub cc8fbd5b68 Tweak a comment 2024-12-20 17:34:52 +00:00
ikelosandGitHub 6262fcf315 Merge pull request #1459 from Abyss-W4tcher/malfind_incorrect_ref_fix
Windows malfind: fix unbound page variable access
2024-12-20 16:51:23 +00:00
ikelosandGitHub 812af0b4d7 Merge pull request #1455 from j-t-1/dlllist
Reorder requirements by type
2024-12-20 15:48:02 +00:00
ikelosandGitHub 83e32863c9 Merge pull request #1457 from gcmoreira/basic_volshell_testcases
testcases: Add basic volshell testcases for each OS image
2024-12-20 15:47:05 +00:00
ikelosandGitHub 2dee639d52 Merge pull request #1432 from TheMythologist/minor-improv
Minor typing improvements for `mypy`
2024-12-20 15:21:09 +00:00
Mike Auty eaca7b31bb Layers: Fix vmware layer without a suitable meta
Fixes #1442
2024-12-20 15:16:24 +00:00
Mike Auty f6f4c7b986 Layers: Fix MSF page len on a possibly uninitialized variable
Fixes #1441
2024-12-20 15:11:50 +00:00
Mike Auty 675ef6deea Generic: Fix up potential issue with isfinfo
Fixes #1436
2024-12-20 15:01:13 +00:00
Abyss Watcher 15eb80b600 fix unbound page variable access 2024-12-20 13:11:35 +01:00
j-t-1andGitHub 89564cca66 Revert one f-string
As part of the ruff linting we did recently all vollog messages should have explicitly been reverted back to %-formatting.
2024-12-20 05:48:42 +00:00
Gustavo Moreira ef977efe62 testcases: Improve volshell basic testcase calling ps() on each of them 2024-12-20 14:50:35 +11:00
Gustavo Moreira d546c983f3 testcases: Fix runvol* default list arguments 2024-12-20 14:33:36 +11:00
Gustavo Moreira c317a45eb5 testcases: Add missing operating system argument 2024-12-20 14:31:40 +11:00
TheMythologist e6e0754fa5 Remove mypy overrides section 2024-12-20 10:46:54 +08:00
Gustavo Moreira 90766f466f testcases: exclude volshell test from the volatility set 2024-12-20 13:21:24 +11:00
Gustavo Moreira 658d40335a testcases: Add basic volshell testcases for each OS image 2024-12-20 13:06:14 +11:00
ikelosandGitHub 29485d6738 Merge pull request #1453 from j-t-1/typo
Swap two letters in a typo
2024-12-20 01:20:11 +00:00
ikelosandGitHub da25629db4 Merge pull request #1452 from j-t-1/PESymbols
Tweak comment
2024-12-20 01:18:59 +00:00
ikelosandGitHub b3f4557ac0 Merge pull request #1451 from j-t-1/comment
Remove commented out import
2024-12-20 01:18:10 +00:00
ikelosandGitHub ba3ccf61d5 Merge pull request #1391 from j-t-1/doc
Slightly modify documentation
2024-12-20 01:16:07 +00:00
ikelosandGitHub f0328ec072 Merge pull request #1448 from dgmcdona/dgmcdona/pedump_contextmanager_revert
Windows PEDump: Revert overwritten changes
2024-12-20 01:15:14 +00:00
Mike Auty 8b35031d0f Volshell: Bump linux.pslist plugin requirement 2024-12-20 00:37:39 +00:00
ikelosandGitHub 435d68b0f3 Merge pull request #1440 from dgmcdona/dgmcdona/network_extensions_attributeerrors
Windows Extensions: Fix potential AttributeErrors
2024-12-20 00:11:29 +00:00