Mike Auty
|
69ec16ded3
|
Fix up the signatures for the overloaded __getitem__ method.
|
2017-12-13 23:21:31 +00:00 |
|
Mike Auty
|
31b69671cb
|
Fix up inheritance and type-annotations (plus pylint/pycharm formatting).
|
2017-12-13 23:16:06 +00:00 |
|
Mike Auty
|
1cea43c5b8
|
Merge branch 'type-annotations' of github.com:volatilityfoundation/volatility3 into type-annotations
|
2017-12-13 20:49:06 +00:00 |
|
Mike Auty
|
89bba609b2
|
Update to ignore missing imports for now.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
a993996e28
|
Add in a very basic mypy.ini without ignore-missing-imports.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
3cb48c19e8
|
Remove the errant urllib3 import in favour of native python.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
e362c50460
|
Ensure we don't run through signatures when we've found one that gives a layer.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
265182b66b
|
Fix bug that massively broken the wintelstacker, slowing everything else down.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
e23bb65162
|
Add in better logging.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
942de5f166
|
Finish adding type-annotations thoughout the code.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
ee12b81f4a
|
Add in type-annotations for renderers and start on symbols.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
62b986d2e9
|
Remove code from plugins, since plugins aren't callable anymore.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
f50a0b715d
|
Add in object type-annotations.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
1dcad91126
|
Add in type annotations for scanners.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
ac12098317
|
Add type-annotations for reamining layer files.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
f40fae197d
|
Convert to python3.5 syntax (no local type-annotations).
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
736cbff1b6
|
Start on the layers folder (with a few small fixes).
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
6c52e04489
|
Fix up exception in DTBtests.
The exception was being caused by reading too little data from the
stream. We now skip it if that happens.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
de3b8cf76b
|
Fix exception being thrown in the middle of Nlpdtbfinder for layers without validity details.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
21b4506b7b
|
Add in type-annotations for the remaining interfaces.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
50b60c0df6
|
Add in more interfaces (and fix additional errors now that type information is available).
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
5536412a5e
|
Add in initial work at interface type-annotations.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
2cc456e847
|
Finish off the automagic directory type annotations.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
d7d13eb19c
|
Add type annotations to most of the automagic files.
|
2017-12-13 20:48:52 +00:00 |
|
Mike Auty
|
d30daa5fd3
|
Bump to version 3.6 to ensure support for all type hinding (including local variables).
|
2017-12-13 20:48:52 +00:00 |
|
 ikelosandGitHub
|
19de03b16d
|
Merge pull request #13 from volatilityfoundation/windows-handles
add the windows handles plugin
|
2017-12-13 20:47:53 +00:00 |
|
iMHLv2
|
fad5a238d5
|
add the windows handles plugin
|
2017-12-13 20:43:17 +00:00 |
|
Mike Auty
|
78484cb17e
|
Update to ignore missing imports for now.
|
2017-12-13 01:23:36 +00:00 |
|
Mike Auty
|
2c204e411d
|
Add in a very basic mypy.ini without ignore-missing-imports.
|
2017-12-12 15:32:04 +00:00 |
|
Mike Auty
|
4067bca24e
|
Remove the errant urllib3 import in favour of native python.
|
2017-12-11 08:47:41 +00:00 |
|
Mike Auty
|
e80392aa12
|
Ensure we don't run through signatures when we've found one that gives a layer.
|
2017-12-11 00:39:51 +00:00 |
|
Mike Auty
|
758e521292
|
Fix bug that massively broken the wintelstacker, slowing everything else down.
|
2017-12-10 23:47:23 +00:00 |
|
Mike Auty
|
412d893f19
|
Add in better logging.
|
2017-12-10 23:46:59 +00:00 |
|
Mike Auty
|
3cbac8e75f
|
Finish adding type-annotations thoughout the code.
|
2017-12-10 19:31:41 +00:00 |
|
Mike Auty
|
184d89d36d
|
Add in type-annotations for renderers and start on symbols.
|
2017-12-10 14:57:26 +00:00 |
|
Mike Auty
|
0947d75289
|
Remove code from plugins, since plugins aren't callable anymore.
|
2017-12-10 11:59:48 +00:00 |
|
Mike Auty
|
923fb6a2ad
|
Add in object type-annotations.
|
2017-12-10 11:54:54 +00:00 |
|
Mike Auty
|
8dcf2b25e7
|
Add in type annotations for scanners.
|
2017-12-10 01:45:52 +00:00 |
|
Mike Auty
|
bde174d3d5
|
Add type-annotations for reamining layer files.
|
2017-12-10 01:28:44 +00:00 |
|
Mike Auty
|
c504ee5822
|
Convert to python3.5 syntax (no local type-annotations).
|
2017-12-09 20:48:48 +00:00 |
|
Mike Auty
|
9b1736f737
|
Start on the layers folder (with a few small fixes).
|
2017-12-09 20:06:01 +00:00 |
|
Mike Auty
|
627caab55b
|
Fix up exception in DTBtests.
The exception was being caused by reading too little data from the
stream. We now skip it if that happens.
|
2017-12-08 00:55:29 +00:00 |
|
Mike Auty
|
ca1424ceee
|
Fix exception being thrown in the middle of Nlpdtbfinder for layers without validity details.
|
2017-12-08 00:50:21 +00:00 |
|
Mike Auty
|
924455613c
|
Add in type-annotations for the remaining interfaces.
|
2017-12-08 00:00:34 +00:00 |
|
Mike Auty
|
6f18349592
|
Add in more interfaces (and fix additional errors now that type information is available).
|
2017-12-07 00:16:24 +00:00 |
|
Mike Auty
|
61f4f05cb3
|
Add in initial work at interface type-annotations.
|
2017-12-06 01:21:39 +00:00 |
|
Mike Auty
|
06e623033d
|
Finish off the automagic directory type annotations.
|
2017-12-06 01:21:19 +00:00 |
|
Mike Auty
|
1f444f7b5e
|
Add type annotations to most of the automagic files.
|
2017-12-05 00:23:54 +00:00 |
|
Mike Auty
|
4f58f0748f
|
Bump to version 3.6 to ensure support for all type hinding (including local variables).
|
2017-12-04 21:34:11 +00:00 |
|
Mike Auty
|
0ecf68af0f
|
Support table remapping for referenced symbol names.
|
2017-11-27 14:39:46 +00:00 |
|