Commit Graph
3334 Commits
Author SHA1 Message Date
Mike Auty db3408bdaa Windows: Extend the pdb support to modules 2022-06-05 22:23:36 +01:00
Mike Auty 0abd2e53ab Pyinstaller: Fix path need to current directory to be correct 2022-06-05 10:57:40 +01:00
ikelosandGitHub abca6bd820 Merge pull request #758 from digitalisx/fix/typo
Fix: typo for code comments (`templates`, `timeliner`, `linux plugins`).
2022-05-31 15:28:24 +01:00
Donghyun Kim bb80d7067e Fix: typo of timeliner parameter 2022-05-31 23:24:49 +09:00
Donghyun Kim 8b128b05f8 Fix: typo for code comments 2022-05-30 22:17:33 +09:00
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 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
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
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