Commit Graph
1962 Commits
Author SHA1 Message Date
Mike Auty 337d2ee016 CLI: Move progress output to stderr from stdout.
Fixes issue #104.
2019-10-27 16:12:12 +00:00
Mike Auty 2603c29ff7 Statistics: Record unexpected page errors. Fixes issue #102. 2019-10-24 20:59:12 +01:00
Yohannandikelos c88da2a16a Update some style in the README 2019-10-23 09:59:22 +01:00
Yohannandikelos d220c7cdec Delete old README file 2019-10-23 09:59:22 +01:00
Yohannandikelos 5a4ddad043 Update README from txt to markdown so the preview looks better on github 2019-10-23 09:59:22 +01:00
xabiugarteandikelos bdee51fef0 Check progress_callback is not None before call
Followed the same approach as in
    volatility/framework/symbols/windows/pdbconv.py
2019-10-23 09:56:55 +01:00
Mike Auty ce2b83fc34 Add in support for sizing LF_ARGLISTs. Fixes issue #99. 2019-10-23 00:09:45 +01:00
Mike Auty 27a291cf61 Remove the erronious print statement, which should be a vollog message if needed. 2019-10-18 08:39:56 -04:00
Mike Auty 0be9061989 Tidy up commit e0097ac. 2019-10-18 08:38:17 -04:00
atcuno 545376d725 Mac - update trustedbsd 2019-10-17 15:30:13 -04:00
atcuno 3df5e9957e Windows - add missing add_process_layer exception handling in a few plugins 2019-10-17 11:47:19 -04:00
atcuno e0097ac9c1 Windows - protect handles from smear 2019-10-17 11:03:48 -04:00
atcuno 2cad54ea6b Windows - prevent LIST_ENTRY enumeration code from returning objects on invalid/not mapped pages 2019-10-17 10:27:14 -04:00
atcuno 2e329d1106 Windows - add exception handling around is_valid in callbacks 2019-10-17 10:22:06 -04:00
Mike Auty 191daf156d Update the README to include some base symbol table packs. 2019-10-16 23:27:01 -04:00
Mike Auty 9af7fbb48d Update the slack URL. 2019-10-14 22:10:43 +01:00
Nick L. Petroni, Jrandikelos cf08fef6ad enable readthedocs support 2019-10-14 22:07:28 +01:00
Mike Auty 97e41e21e4 Volatility 3 1.0.0-beta.1 release v1.0.0-beta.1 2019-10-13 11:28:09 +01:00
Mike Auty d7b1855099 Ensure the documentation versioning is consistent too. 2019-10-13 11:20:53 +01:00
Mike Auty 48f2c78a7d Update versioning to support appropriate version checks. 2019-10-13 11:12:28 +01:00
Mike Auty 2229c50de8 Remove executable bit from data files. 2019-10-13 10:09:10 +01:00
Mike Auty 34ec787fa0 Add in the documentation URL. 2019-10-13 01:59:57 +01:00
Mike Auty f8e0eca116 Update the readme with the slack link. 2019-10-11 00:21:38 +01:00
Mike Auty a0e94dcf0f Last minute fix to the docs not to mention pdb2json. 2019-10-10 15:55:42 +01:00
Nick L. Petroni, Jrandikelos 500b93d876 doc improvements: spelling, capitalization, markup, grammar 2019-10-10 11:19:36 +01:00
Mike Auty f26e8f4d78 Add in icons for the binaries. 2019-10-09 22:57:22 +01:00
Mike Auty 9b0a910d7e Update typing and documentation on renderers. 2019-10-07 10:35:17 +01:00
Mike Auty b8f22bea7a Add in static list of support formats/architectures. 2019-10-07 02:01:51 +01:00
Mike Auty 71e082f25f Ensure the layers are loaded on layer stacker run, not just when a layer is stacked. 2019-10-07 01:52:58 +01:00
Mike Auty ade126a4c6 Update documentation to be more accurate about ZIP symbol files. 2019-10-04 23:22:12 +01:00
Mike Auty d3f1a396da Handle JSON errors when caching banners. 2019-10-04 22:50:25 +01:00
Mike Auty b113745fe2 Clean up whitespace/carriage returns in the LICENSE. 2019-10-04 21:59:52 +01:00
Mike Auty 786fb004b6 Improve the LICENSE before the first release. 2019-10-03 21:20:26 +01:00
Mike Auty 3784c9aff6 Fix up missing/inaccurate plugin description strings. 2019-10-03 01:05:57 +01:00
Mike Auty ea7d9592a9 Initial attempt at symbol table documentation. 2019-10-03 00:36:50 +01:00
Mike Auty 3b656e337a Update windows extensions to ensure they're documented. 2019-10-02 20:25:54 +01:00
Mike Auty 10a379b0ee Make 'import as' consistent and ensure proper plugin dependencies. 2019-10-02 01:25:03 +01:00
Mike Auty 9a17beb77f Ensure consistency of importing interfaces. 2019-10-02 01:18:46 +01:00
Mike Auty 8e10f4e3d1 Clarify handles error message. 2019-10-02 00:06:25 +01:00
Mike Auty 9ac622afa0 Fix up import style to be consistent. 2019-10-01 23:46:02 +01:00
Mike Auty ba14e10d00 pdbconv: Ensure voids do not have a size
This partially reverts e17427b9a0
which was an attempt to match other generators, but was inaccurate.
2019-09-29 15:36:26 +01:00
Andrew Caseandikelos a4a918ea58 Suggested changes from ikelos 2019-09-27 20:50:21 +01:00
Andrew Caseandikelos bf29e23e1c add updated mac ifconfig support 2019-09-27 20:50:21 +01:00
Mike Auty c00b820f74 Fix up recent Mac PagedInvalidAddress additions. 2019-09-27 11:21:49 +01:00
Mike Auty 81be3c0d66 Make InvalidAddressException a LayerException as it should be. 2019-09-27 11:19:53 +01:00
Mike Auty 153b3b7d39 Make sure we catch the most general exception for what we mean. 2019-09-27 11:19:53 +01:00
Andrew Case 2a98227306 Mac - have pstree inherit from tasks 2019-09-26 23:11:26 -05:00
Andrew Case b1d07396a0 Mac - have psaux inherit from tasks 2019-09-26 23:08:33 -05:00
Andrew Case 49c4ae2aa4 Mac - have bash inherit from tasks 2019-09-26 23:05:49 -05:00
Andrew Case a6e7c7a919 Mac - have malfind inherit from tasks 2019-09-26 23:01:37 -05:00