Commit Graph
5155 Commits
Author SHA1 Message Date
Abyss Watcher 726fbe6cce 2.17.1 -> 2.18.0 bump 2025-01-19 13:01:14 +01:00
Abyss-W4tcherandGitHub 38fe41b4f0 Merge branch 'volatilityfoundation:develop' into add_scatterlists 2025-01-19 12:56:45 +01:00
ikelosandGitHub 4452aa6e23 Merge pull request #1560 from Abyss-W4tcher/isf_objects_list_to_hashmap
Intermed: leverage iterable hashmaps instead of lists
2025-01-18 15:10:36 +00:00
Abyss Watcher c2ef3c2fe5 add fixme about merge operator 2025-01-18 15:59:51 +01:00
Abyss Watcher 0ee016e655 2.17.0 -> 2.17.1 bump 2025-01-18 15:50:28 +01:00
Abyss Watcher c5628c5d79 revert the mistakenly removed types type hinting 2025-01-18 15:48:44 +01:00
Abyss Watcher 4b3d93b0f0 2.17.0 -> 2.18.0 bump 2025-01-18 15:00:03 +01:00
Abyss Watcher ba09db6952 improve comments 2025-01-18 14:54:04 +01:00
Abyss Watcher 3a2933155b improve comments 2025-01-18 14:51:52 +01:00
Abyss Watcher aa99410dd2 prefer KeysView iterable to lists 2025-01-18 14:51:31 +01:00
Abyss Watcher 1e9551b053 types base class and comments improvements 2025-01-18 14:50:28 +01:00
Abyss Watcher fb93d2333b improve comments 2025-01-18 14:50:14 +01:00
Abyss Watcher d46cb3328d appropriate symbols type hinting 2025-01-18 14:48:46 +01:00
Abyss Watcher 0849c163a1 appropriate symbols type hinting 2025-01-18 14:48:37 +01:00
ikelosandGitHub f478044e49 Merge pull request #1330 from Abyss-W4tcher/modxview_plugin
New linux plugin: modxview
2025-01-18 13:26:52 +00:00
Abyss Watcher 8095924e8a typo 2025-01-18 13:46:13 +01:00
Abyss Watcher 0b82f73137 functools caching and doc. 2025-01-18 13:45:30 +01:00
Abyss Watcher bb6556dbc0 correct arguments for pre_4_10_rc1 2025-01-18 13:37:52 +01:00
Abyss Watcher 3b679cbafb explicit None check 2025-01-18 13:26:43 +01:00
Abyss Watcher cc9486cf03 pre-process module triaging to improve readability 2025-01-18 02:19:11 +01:00
Abyss-W4tcherandGitHub ca98aa25ed Merge branch 'develop' into modxview_plugin 2025-01-18 02:16:52 +01:00
ikelosandGitHub 0cd1520c92 Merge pull request #1551 from gcmoreira/linux_fix_pslist_task_credentials
linux: pslist: fix task credentials rendering
2025-01-17 16:32:21 +00:00
ikelosandGitHub ec48f04ec9 Merge pull request #1550 from gcmoreira/linux_intel_32_pae_support
Linux: Add support for Intel 32bit with PAE
2025-01-17 16:23:49 +00:00
ikelosandGitHub ccb5581554 Merge pull request #1542 from gcmoreira/linux_parity_release_harden_process_listing
linux: Ensure task listing functions yield only valid tasks
2025-01-17 16:19:48 +00:00
ikelosandGitHub 8859d0a2ef Merge pull request #1543 from gcmoreira/linux_windows_harden_linked_list
Linux and Windows: Ensure linked list object extensions consistently yield valid entries
2025-01-17 15:47:07 +00:00
ikelosandGitHub adea50a01c Merge pull request #1544 from gcmoreira/linux_parity_release_harden_vma_enumeration
Linux: Ensure VMA enumration functions yield only valid objects consistently
2025-01-17 14:23:19 +00:00
Mike Auty adf81bc74a Update copyright dates 2025-01-17 12:54:54 +00:00
ikelosandGitHub 897743ace7 Merge pull request #1549 from cgoodwine/develop
Actions: Add new workflow for generating windows EXEs with pyinstaller
2025-01-16 20:26:54 +00:00
Abyss Watcher cd8690a805 require framework version 2.17.0 2025-01-16 16:27:22 +01:00
Abyss Watcher 94704c6674 2.16.0 -> 2.17.0 bump 2025-01-16 16:26:57 +01:00
Abyss Watcher b447bfa81c remove module tainting proxies 2025-01-16 16:24:38 +01:00
Gustavo Moreira b27f98fed2 linux: pslist: fix task credentials rendering 2025-01-15 14:37:35 +11:00
Gustavo Moreira 28c74f8c1b Linux: Add support for Intel 32bit with PAE in early kernels, including versions 2.3.27 and 2.3.28. 2025-01-15 13:23:39 +11:00
Gustavo Moreira 9f08af47b1 Linux: Add support for Intel 32bit with PAE 2025-01-15 12:51:52 +11:00
Kerry Goodwine 1a84f96c70 Actions: Add new workflow for generating windows EXEs with pyinstaller 2025-01-14 14:55:06 -05:00
Gustavo Moreira 7fc2af5b4e linux: Add an additional quick check before validating pointer readability 2025-01-14 11:39:48 +11:00
Gustavo Moreira 8bc0452935 linux: Improve compatibility with ancient kernels 2025-01-14 11:21:23 +11:00
Gustavo Moreira 0d9715136c Linux: Ensure VMA enumration functions yield only valid objects consistently 2025-01-13 17:15:37 +11:00
Gustavo Moreira 093b12b7cd Linux and Windows: Ensure linked list object extensions consistently yield valid entries 2025-01-13 16:56:59 +11:00
Gustavo Moreira 6817d2c765 linux: ensure process listing functions yield only valid tasks 2025-01-13 16:05:52 +11:00
Abyss Watcher 0e4e751844 stateless classmethods 2025-01-11 14:05:36 +01:00
ikelosandGitHub a6777146f6 Merge pull request #1538 from Abyss-W4tcher/plugins_argparse_epilogue
Introduce customizable plugin arparse epilog
2025-01-10 22:42:17 +00:00
Abyss Watcher 8842375341 2.15.0 -> 2.16.0 bump 2025-01-10 23:28:02 +01:00
ikelosandGitHub bedcaa24cd Merge pull request #1541 from volatilityfoundation/revert-1539-mac
Revert "Small readability improvements"
2025-01-10 21:10:38 +00:00
ikelosandGitHub 7913fb2bb0 Revert "Small readability improvements" 2025-01-10 21:07:08 +00:00
Abyss Watcher 1cf0232d25 less specific argparse epilog reference 2025-01-10 21:19:31 +01:00
ikelosandGitHub b96a758809 Merge pull request #1539 from j-t-1/mac
Small readability improvements
2025-01-10 20:08:21 +00:00
ikelosandGitHub 89d32df403 Merge pull request #1540 from volatilityfoundation/certificates_traceback
Windows: Certificates - handle uncaught RegistryFormatException
2025-01-10 19:54:00 +00:00
j-t-1andGitHub 5c21f4a526 Small readability improvements 2025-01-10 19:08:56 +00:00
j-t-1andGitHub a26ff8fa6e Small readability improvements 2025-01-10 19:03:51 +00:00