Commit Graph
3629 Commits
Author SHA1 Message Date
ikelosandGitHub ef508f402e Merge pull request #755 from digitalisx/fix/minor
Fix: minor code for improve (typo, author).
2022-05-30 01:05:55 +01:00
Donghyun Kim b312a5780c Fix: address mask from @ikelos help 2022-05-30 08:56:27 +09:00
Donghyun Kim 1ef8c51677 Fix: minor code for improve 2022-05-30 08:29:13 +09:00
ikelosandGitHub 0b296ae6b1 Merge pull request #752 from digitalisx/fix/minor
Fix: minor code for improve (typo, more information).
2022-05-29 23:30:40 +01:00
Donghyun Kim a4e162c7f1 Fix: minor for better code 2022-05-30 07:24:45 +09:00
Donghyun KimandGitHub 12fc7dda1b Merge branch 'volatilityfoundation:develop' into feature/vadwalk 2022-05-30 06:40:34 +09:00
Donghyun KimandGitHub 17de5232e2 Merge branch 'volatilityfoundation:develop' into fix/ethread 2022-05-30 06:40:20 +09:00
ikelosandGitHub d8ed65cfd3 Merge pull request #751 from digitalisx/fix/context-manager
Fix: file close context manager (`__del__` to `__exit__`) for physical layers.
2022-05-29 22:32:52 +01:00
Donghyun Kim bd332261de Fix: __del__ to __exit__ 2022-05-30 05:39:37 +09:00
ikelosandGitHub 13a5cfdf52 Merge pull request #750 from digitalisx/fix/eof
Add: JSON `EOF` for `config` file. (`cli`, `volshell`)
2022-05-29 19:29:01 +01:00
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
Donghyun KimandGitHub 05add68250 Merge branch 'volatilityfoundation:develop' into feature/reg-cert 2022-05-23 10:35:38 +09: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
Donghyun KimandGitHub 8f5e54c0dd Merge branch 'volatilityfoundation:develop' into feature/vadwalk 2022-05-22 18:25:56 +09:00
Donghyun KimandGitHub 40d09ccd35 Merge branch 'volatilityfoundation:develop' into fix/ethread 2022-05-22 18:25:46 +09:00
Paul Kermann 05ae20c78b fix off by in filelayer 2022-05-22 11:49:18 +03:00
Donghyun Kim 3846268bf7 Add: optional return type 2022-05-17 00:19:39 +09:00
Donghyun Kim 5770d35a4a Add: return file handle 2022-05-17 00:18:06 +09:00
Donghyun Kim 7b751570b1 Merge branch 'feature/reg-cert' of https://github.com/digitalisx/volatility3 into feature/reg-cert 2022-05-16 15:11:16 +09:00
Donghyun Kim 0e8958b841 Fix: classmethod, variable name, exceptions, etc 2022-05-16 15:11:07 +09:00
Donghyun KimandGitHub b5670e2f8a Merge branch 'volatilityfoundation:develop' into feature/reg-cert 2022-05-16 01:34:03 +09: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 KimandGitHub 7406ef71fa Merge branch 'volatilityfoundation:develop' into feature/vadwalk 2022-05-15 02:04:28 +09:00
Donghyun KimandGitHub 4a0f261037 Merge branch 'volatilityfoundation:develop' into fix/ethread 2022-05-15 02:03:20 +09:00
Donghyun Kim ba4a7d9262 Fix: JSON renderer for EOF format 2022-05-15 00:17:46 +09:00