Commit Graph
3322 Commits
Author SHA1 Message Date
Donghyun Kim b9694e109a Add: JSON EOF for config file 2022-05-30 02:48:46 +09:00
ikelosandGitHub f5f55d72fe Merge pull request #749 from paulkermann/bugfix/is_list_valid
Check return value from is_valid
2022-05-29 10:21:20 +01:00
Paul Kermann cdbe41dbf5 removed redundant try catch 2022-05-29 12:20:24 +03:00
Paul Kermann 4dd8114dcb check return value from is_valid 2022-05-29 11:28:40 +03:00
ikelosandGitHub 8a49b653ae Merge pull request #698 from volatilityfoundation/feature/qemu-pci-hole
Feature/qemu pci hole
2022-05-23 20:35:33 +01:00
ikelosandGitHub cb6af3e5f7 Merge pull request #745 from paulkermann/improv/log_filecache_usage
Log resource cache usage
2022-05-23 15:49:06 +01:00
Paul Kermann 946d2302bb log resource cache usage 2022-05-23 17:44:52 +03:00
ikelosandGitHub 0da9673a9e Merge pull request #741 from paulkermann/bugfix/filelayer_off_by_1
Fix off by 1 in Filelayer MaximumAddress
2022-05-23 07:44:23 +01:00
Paul Kermann e15fa0ebad declared in constructor 2022-05-23 09:43:49 +03:00
Paul Kermann be82c1639c fix missing 2022-05-23 09:40:25 +03:00
Paul Kermann a3c63fbdf8 rename variable 2022-05-23 09:25:30 +03:00
6276b98400 Update volatility3/framework/layers/qemu.py
Fix typo courtesy of @digitalisx

Co-authored-by: Donghyun Kim <digitalisx99@gmail.com>
2022-05-23 01:48:07 +01:00
Mike Auty 7ce9511748 Layers: QEMU recommendations from @cstation 2022-05-23 01:27:44 +01:00
Mike Auty dd8fcce2ef Layers: QEMU improvements suggested by @cstation 2022-05-23 01:25:38 +01:00
Mike Auty 4eacdd9bea Layers: use QEVM size to turn off pci hole if needed 2022-05-23 01:25:38 +01:00
Mike Auty 21b0cb56a5 Layers: Shift when we calculate the QEVM PCI hole 2022-05-23 01:25:35 +01:00
Mike Auty fb861eb6df Layers: Simplification of QEVM fallback regex 2022-05-23 01:24:39 +01:00
Mike Auty afec051061 Layers: Make QEVM changes based on @cstation 's feedback 2022-05-23 01:24:39 +01:00
Mike Auty 1fca57ffc3 Layers: QEVM more fixes for minimum addresses 2022-05-23 01:24:39 +01:00
Mike Auty dea8e1dac9 Layers: Add QEVM architecture fallback detection 2022-05-23 01:24:39 +01:00
Mike Auty 302bb63645 Layers: Detect and compensate for QEVM pci-hole 2022-05-23 01:24:39 +01:00
Mike Auty 786fd61fc9 Layers: Add architecture to qemu layer 2022-05-23 01:24:35 +01:00
ikelosandGitHub 9862f63d2c Merge pull request #635 from volatilityfoundation/linux_psaux
Add the psaux plugin for Linux command line argument listing
2022-05-23 00:41:44 +01:00
ikelosandGitHub 16f3d217a8 Merge pull request #743 from volatilityfoundation/issues/issue740
Core: Old linux systems may not have mnt_namespace structures
2022-05-22 23:25:09 +01:00
Mike Auty 2a011487a9 Core: Old linux systems may not have mnt_namespace structures 2022-05-22 23:23:02 +01:00
ikelosandGitHub 471daf76ca Merge pull request #742 from digitalisx/fix/typo
Fix: typo for method comments (`hash`, `optional_set_type_class`).
2022-05-22 22:47:57 +01:00
Donghyun Kim 98001e7dd7 Fix: typo for code comments 2022-05-22 23:58:38 +09:00
Paul Kermann 05ae20c78b fix off by in filelayer 2022-05-22 11:49:18 +03:00
ikelosandGitHub 9bfa7187da Merge pull request #736 from digitalisx/fix/render-json
Fix: `JSON` renderer for `EOF` format.
2022-05-15 15:52:35 +01:00
Donghyun Kim ba4a7d9262 Fix: JSON renderer for EOF format 2022-05-15 00:17:46 +09:00
ikelosandGitHub 21e81c2650 Merge pull request #734 from digitalisx/fix/registry-cert
Fix: `key_path` and `top_key` compare logic bug for `Certificates` plugin.
2022-05-12 08:11:26 +01:00
Donghyun Kim fa6465dcfb Revert: blank line 2022-05-12 00:26:39 +09:00
Donghyun Kim 51bce3e620 Fix: compare logic for key_path and top_key 2022-05-12 00:25:13 +09:00
ikelosandGitHub 7ca62d0bfe Merge pull request #733 from digitalisx/fix/typo
Fix: typo for `API_CHANGES`, code comment.
2022-05-10 23:41:31 +01:00
Donghyun Kim b81eb04fb2 Revert: british english by code review 2022-05-11 07:39:45 +09:00
Donghyun KimandGitHub f1e5e955ca Merge branch 'volatilityfoundation:develop' into fix/typo 2022-05-10 21:08:31 +09:00
Donghyun Kim b9abb3f06c Fix: typo for windows code comment 2022-05-10 20:53:18 +09:00
Donghyun Kim 64cabc1546 Fix: typo, unification for API_CHANGES.md 2022-05-10 20:53:03 +09:00
ikelosandGitHub 037c4627e6 Merge pull request #593 from gcmoreira/mountinfo
Mountinfo
2022-05-10 10:49:22 +01:00
Gustavo Moreira 40a2a0e7b2 Merge remote-tracking branch 'upstream/develop' into mountinfo 2022-05-10 17:31:23 +10:00
Gustavo Moreira 9fc6e5725c Bump framework version to 2.2.0 2022-05-10 17:24:32 +10:00
Gustavo Moreira 62e00c0879 Added smear protection in loops. Added/improved some docstrings. 2022-05-09 20:18:11 +10:00
Gustavo Moreira 2c181fb9be Move path_root check up so path() and get_mnt_sb() can be avoided in the cases _do_get_path() fails. 2022-05-09 19:38:25 +10:00
ikelosandGitHub 64acc6d75f Merge pull request #730 from paulkermann/bugfix/remove_unused_import
Removed unused svcscan import from Callbacks plugin
2022-05-09 09:12:56 +01:00
Paul Kermann f54edee362 removed svcscan import 2022-05-09 10:56:40 +03:00
ikelosandGitHub cf05f454b2 Merge pull request #711 from paulkermann/feature/registry_callbacks
Support CallbackListHead when CmpCallBackVector not present
2022-05-09 07:55:32 +01:00
ikelosandGitHub b34366e8bf Merge pull request #729 from digitalisx/fix/typo
Fix: typo for `cli` exception message.
2022-05-09 07:33:27 +01:00
Donghyun Kim fde05cd1f2 Fix: typo for cli exception message 2022-05-09 11:23:13 +09:00
ikelosandGitHub ea440c1e16 Merge pull request #728 from digitalisx/fix/typo
Fix: typo for documents (`symbol-tables`, `volshell`)
2022-05-08 10:51:01 +01:00
Donghyun Kim 8f369180e4 Fix: typo for documents 2022-05-08 18:33:38 +09:00