Commit Graph
258 Commits
Author SHA1 Message Date
Mike Auty 065dcb6cdb CLI: Dampen exceptions at low log levels 2021-01-07 10:21:55 +00:00
Mike Auty bb5a63246e Merge branch 'release/v2.0.0' into develop 2021-01-06 21:21:37 +00:00
Mike Auty 01b2a38d84 Volshell: Allow a script to be run at startup 2021-01-06 21:06:09 +00:00
Mike Auty b10b0254b7 Volshell: Add support for running scriptlets 2021-01-06 21:06:09 +00:00
Mike Auty d1b10781d4 CLI: Parse windows file as files not URIs
Fixes #408
2020-12-30 18:06:41 +00:00
Mike Auty 1abc65c2ac CLI: Fix inaccurate documentation 2020-12-11 16:04:13 +00:00
Mike Auty db86aeb861 Volshell: Fix up filename/location confusion 2020-12-10 12:17:39 +00:00
Mike Auty b759ff3966 Volshell: Clarify load_file to accept location and filename 2020-12-10 10:07:44 +00:00
Mike Auty dbda8998bc Volshell: Make it easier to make configurables 2020-12-10 10:07:44 +00:00
Mike Auty 0d267d0d56 Codebase: Improve typing using monkeytype 2020-12-06 21:34:28 +00:00
Mike Auty 9fa107a6c0 CLI: Support MultiTypeData in JSON output. Fixes #384 2020-12-02 23:41:21 +00:00
Mike Auty 27fcd1a641 CLI: Error on non-existant output_dir 2020-12-02 23:16:17 +00:00
Mike Auty 7c75018fc4 Core: Fix Warnings from LGTM 2020-11-04 21:02:36 +00:00
Mike Auty ae3a97e2c7 Core: Fix errors found by LGTM 2020-11-04 20:05:12 +00:00
Mike Auty ac95d1f481 Renderers: Allow bytes in JSON output
Fixes #367
2020-11-02 00:04:30 +00:00
Mike Auty 5aa67d12af Volshell: More fixes for framework 2.0.0 2020-10-29 09:43:16 +00:00
Mike Auty e99706384c Volshell: Bump required framework version 2020-10-29 09:43:16 +00:00
Mike Auty 29cb430a72 Codebase: Apply yapf clean-up across the codebase 2020-10-29 09:43:16 +00:00
Mike Auty eaa0d2cd9d Windows: Tweak temporary filename 2020-10-29 09:43:16 +00:00
Mike Auty 13ad8efb52 Windows: Include direct access CLI file output 2020-10-29 09:43:16 +00:00
Mike Auty b703210024 Windows: Refactor names of FileInterfaces 2020-10-29 09:43:16 +00:00
Mike Auty 7cadbf32d4 Windows: Update dumping code from commit to close 2020-10-29 09:43:16 +00:00
Mike Auty e8fb8c929c Plugins: Introduce FileHandlerInterface 2020-10-29 09:43:16 +00:00
Andrew Caseandikelos 23e6516cd3 Add missing commas to cli warnings so they appear across newlines in output 2020-09-13 01:38:57 +01:00
AsafEitaniandikelos 7ab72a1066 yapf and some corrections 2020-08-31 17:05:20 +01:00
Mike Auty e75571ffad CLI: Revert epilog changes 2020-08-23 21:32:27 +01:00
Mike Auty dd21472a96 CLI: Add additional help about 'vol.py plugin --help' 2020-08-23 21:32:27 +01:00
Mike Auty 438b3d1f44 CLI: Improve hex bytes output 2020-08-23 21:24:58 +01:00
Mike Auty 288a017178 CLI: fix up the previous broken commit 2020-08-22 11:55:23 +01:00
Mike Auty fc5b051692 CLI: Apply the same specific config parsing to automagic 2020-08-22 11:18:01 +01:00
Mike Auty 91b0774a65 CLI: Only attempt to parse relevant config options
Fixes: #310
2020-08-22 11:08:48 +01:00
Mike Auty 8e420cbe62 Core: Multiple typing fixes across the tree 2020-08-16 22:22:24 +01:00
Mike Auty 99a536e57e CLI: Revert epilog changes 2020-08-07 00:15:19 +01:00
Mike Auty a80400cfa6 CLI: Add additional help about 'vol.py plugin --help' 2020-08-06 16:59:53 +01:00
Mike Auty fb1901ea89 Renderers: Fix the pretty renderer when no rows are emitted 2020-08-03 19:40:58 +01:00
Mike Auty dc1e5064c9 Framework: Move cache_clear function to the framework 2020-07-26 22:57:33 +01:00
Mike Auty af1b8c03e7 Renderer: Rename StrLike to MultiTypeData 2020-07-16 19:44:18 +01:00
Dave Lassalleandikelos 42a97dd10c Registry: handle ints, multi strings, and binary data with StrLike 2020-07-16 19:44:18 +01:00
Mike Auty b31f9eb6e2 Registry: Move control of the StrLike output to the UIs 2020-07-16 19:44:18 +01:00
Mike Auty 9e02a1b3c6 CLI: Improve ListRequirement support 2020-07-16 11:16:58 +01:00
Mike Auty 432e74ecd1 CLI: Reword the help message and yapf format 2020-07-11 11:59:38 +01:00
Niklas Neierlandikelos 077cdfb36e Added instructions for help on a plugin 2020-07-11 11:52:31 +01:00
Mike Auty 16c2ddb837 Automagic: Change stackers to including an exclusion list 2020-07-02 19:33:32 +01:00
Mike Auty 33d1c696e5 Automagic: Allow stackers to be configurable 2020-07-02 19:33:32 +01:00
Mike Auty 826102c0b5 Logging: Fixes issue #241 2020-06-30 08:58:40 +01:00
Mike Auty ea20ae1c0c Docs: Add CLI manpage (and fix a CLI option) 2020-06-28 00:57:46 +01:00
Hans P. Reiserandikelos cc6f4fbf9d print correct db/dd/.. offset: increment offset after printing, not before 2020-06-25 22:19:19 +01:00
Mike Auty 0ffe318cb0 Project: Update copyright headers for files added in 2020. 2020-06-10 21:13:37 +01:00
Mike Auty 0c43beb42d Core: Apply yapf across all files again. 2020-05-05 22:14:33 +01:00
Mike Auty bd2a382d88 CLI & windows.handles: Improve exception handling 2020-03-16 22:34:03 +00:00