Commit Graph
2069 Commits
Author SHA1 Message Date
Mike Auty 2c077c08c2 Windows: Catch more PDB URL errors 2021-01-24 16:44:39 +00:00
ikelosandGitHub ae872591f7 Merge pull request #429 from cstation/patch-1
Fix VMware layer tag reading
2021-01-21 10:12:32 +00:00
cstationandGitHub 9ef341907f Improve VMware Tag reading
Fix magic headers and properly read irregular-sized tags
2021-01-21 10:08:20 +01:00
Mike Auty a90f16cb23 Merge branch 'release/v2.0.0' into develop 2021-01-20 21:56:13 +00:00
Mike Auty 5235f43416 Plugins: Fix list_files with suitable required version. 2021-01-20 21:55:32 +00:00
ikelosandGitHub a92866bca0 Merge pull request #364 from volatilityfoundation/mac_lsmod_smear_proof
implement a smear proof mac lsmod
2021-01-19 22:57:30 +00:00
cstationandGitHub e44094fb73 Fix VMware layer tag reading
The VMware layer did not handle tags having a different data-size. This fixes the majority of cases, since the needed tags for determining the memory regions will often be located in the regular-sized tags.
2021-01-19 21:55:01 +01:00
Andrew Case f13f5e438d Address comments 2021-01-19 14:27:24 -06:00
Jan df89f1ceb9 adds symbols for win10 10586 x86 2021-01-14 19:49:49 +01:00
Mike Auty b62fd9d7ad Merge branch 'release/v2.0.0' into develop 2021-01-14 09:14:55 +00:00
iMHLv2 b61185c6b0 refs #409 VACB does not expose is_valid() - do the validity check inline 2021-01-13 21:23:12 -06:00
Mike Auty 2ebc1da155 Merge branch 'release/v2.0.0' into develop 2021-01-13 00:55:48 +00:00
Mike Auty 89a3d441ff Layerwriter: Ensure we autochoose by default 2021-01-13 00:54:50 +00:00
iMHLv2andMike Auty 2a180c135e refs #368 fix handles on 32-bit windows 8 and 10 - finding SAR is not necessary on these versions 2021-01-13 00:29:01 +00:00
ikelosandGitHub 1bfaf960ef Merge pull request #421 from volatilityfoundation/issue_368_windows_handles_x86_win8
refs #368 fix handles on 32-bit windows 8 and 10 - finding SAR is not necessary on these platforms
2021-01-13 00:27:12 +00:00
ikelosandGitHub f3b593696a Merge pull request #419 from japhlange/netlist
netstat: fixes two off-by-one errors in port bitmap parsing
2021-01-10 16:30:02 +00:00
Jan e92920f6e6 another off-by-one error when parsing bitmaps 2021-01-10 17:23:00 +01:00
Jan 63ba549bca fixes off-by-one error in port bitmap parsing 2021-01-10 17:08:14 +01:00
Mike Auty 53169b15ab Intel: Fix PAE typo 2021-01-08 17:40:52 +00:00
Mike Auty e108d8a5c4 Layers: Fix typo in pae patch 2021-01-07 10:14:35 +00:00
ikelosandGitHub 782e59694a Merge pull request #397 from japhlange/netlist
Netstat for x64 Windows
2021-01-07 10:09:37 +00:00
Jan f0f5f1978d renamed to more consistent plugin name 2021-01-07 11:00:58 +01:00
Mike Auty bb5a63246e Merge branch 'release/v2.0.0' into develop 2021-01-06 21:21:37 +00:00
ikelosandGitHub 1ea9a493a8 Merge pull request #415 from volatilityfoundation/windows_info_add_Is64Bits_and_IsPAE
add Is64Bit and IsPAE properties to the windows.info plugin
2021-01-06 21:10:26 +00:00
ikelosandGitHub 95c19f1676 Merge pull request #416 from volatilityfoundation/issues/intel-pae-metadata
Layers: Ensure intel PAE reports pae in the metadata
2021-01-06 21:09:33 +00:00
Mike Auty 8de5991812 Timerliner: Improve timeliner caching
This duplicates config values if the requirement are identical, which
speeds up the automagic considerably.  Note that this means even the
requirement descriptions must match, but for safey that probably makes
sense.
2021-01-06 21:08:26 +00:00
Mike Auty 84aa3b5e70 Automagic: Improve vmware layer stacker diagnostics 2021-01-06 21:08:26 +00:00
ikelosandGitHub cc3818391c Merge pull request #405 from volatilityfoundation/issues/mac_vpager_native_layer
Linux: Use native_layer when constructing from a pointer offset
2021-01-06 21:05:00 +00:00
ikelosandGitHub b3339437fb Merge pull request #404 from volatilityfoundation/issues/bad_dtb_finder_code
Automagic: Windows DTB finder was too limited
2021-01-06 21:04:07 +00:00
ikelosandGitHub a6f176ac28 Merge pull request #402 from volatilityfoundation/feature/better-object-description
Objects: Make repr(object) more useful
2021-01-06 21:01:18 +00:00
Mike Auty e1032623fe Layers: Ensure intel PAE reports pae in the metadata 2021-01-06 19:28:24 +00:00
iMHLv2 d7d176d040 add Is64Bit and IsPAE properties to the windows.info plugin 2021-01-06 11:36:56 -06:00
iMHLv2 53397117ef remove unnecessary and unused imports from the windows extensions init file 2021-01-06 10:30:01 -06:00
iMHLv2 2c3b6668d5 refs #368 fix handles on 32-bit windows 8 and 10 - finding SAR is not necessary on these versions 2021-01-06 10:10:51 -06:00
Mike Auty f75e77997d Layerwriter: Remove erroneous debugging statements 2021-01-03 10:38:49 +00:00
Jan 71e48cc672 complex objects are not passed as arguments directly anymore, but rather by offset 2020-12-28 21:51:28 +01:00
Jan f731ceba3a optimizations as raised by #397 2020-12-28 21:22:50 +01:00
Mike Auty 1c2a9921ff Windows: Partial fix for #368 error messages 2020-12-27 15:21:18 +00:00
Mike Auty 991a0a1091 Objects: Make repr(object) more useful 2020-12-22 17:11:46 +00:00
Jan 0e136b9437 adds partition_table type to ISFs 2020-12-22 17:18:20 +01:00
Jan 2e70a9cb45 addresses issues raised in pr #399 2020-12-22 17:11:55 +01:00
Mike Auty ccef55e448 Linux: Use native_layer when constructing from a pointer offset 2020-12-21 15:57:18 +00:00
Mike Auty c45b1b3423 Automagic: Windows DTB finder was too limited
The DTB finder test returns a full DTB, if that's over the scan chunk
size it'll get discarded, so we remove that test.
2020-12-21 15:52:43 +00:00
Jan bcc79d4cb9 better documentation and support for more x64 Windows versions 2020-12-19 17:13:53 +01:00
Mike Auty f9102a60b8 Release: Update the version number for this release
Entering code-freeze
10th Dec - Bug fixes and documentation, no new features
7th Jan - Only critical fixes
21st Jan - Release date
2020-12-10 22:42:39 +00:00
Andrew Caseandikelos 93c6a62972 Detect attempts to fix the image base for LARGEADDRESSAWARE executables and provide the user with a warning. #332 2020-12-10 18:58:00 +00:00
Mike Auty d63aef566f Codebase: Yapf the codebase again 2020-12-10 15:37:40 +00:00
Matt Tresslerandikelos 747fe8609f update copywrite to 2020 2020-12-10 15:37:40 +00:00
Matt Tresslerandikelos 17e629a4c4 converted process_file_object into a classmethod 2020-12-10 15:37:40 +00:00
Matt Tresslerandikelos e9f870ff05 revert self.context change back to self._context 2020-12-10 15:37:40 +00:00