Commit Graph

22 Commits

Author SHA1 Message Date
gleeda 7ac28799ad converted callbacks and fixed warning on drivernames that are None 2014-11-17 11:08:24 -05:00
iMHLv2 eb2b7fe6f3 test bug check reason callback pointer validity 2014-06-27 19:14:36 -04:00
iMHLv2 f85b5e0d48 update callbacks for win7 x64 (other x64 will need verifying) 2014-03-28 22:11:45 -05:00
iMHLv2 d1533dcb25 fix a few bugs in the callback plugin 2014-01-17 21:50:47 -06:00
iMHLv2 e6ed7078f9 sync with r3581 of trunk 2014-01-17 14:21:55 -06:00
iMHLv2 1b8e54783f update the scanning framework to support win 8 and server 2012. implement multiscanner interface. disable all GUI plugins for win 8 and server 2012 (they will be enabled individually at a later time) 2013-10-10 00:50:24 -04:00
iMHLv2 f699e93a4f sync with r3514 2013-10-08 01:04:26 -04:00
iMHLv2 d242168adb initial commit of r3513 branch 2013-10-07 11:55:04 -04:00
awalters 4c7cc26502 Standardization of file headers. License clarification. Dumpfiles committed to trunk. 2013-10-08 04:16:13 +00:00
iMHLv2 d7f8049d68 convert some of the Callback plugin functions to @staticmethod to allow usage from external plugins/scripts 2013-07-03 01:31:03 +00:00
iMHLv2 f606ffd282 add API functions to the address space for pointer masking. this is in favor of doing the bit mask in Pointer.__eq__ and Pointer.v() which is how volatility 2.2 did it. fixes issue #369 2013-02-20 02:56:19 +00:00
gleeda 964c3b32c9 making sure that timestamps that are in UTC are declared as so. now we can use the --tz option to change timezones. this is a partial fix, still need a fix for evtlogs and PE files and *nix timestamps. see details at issue 319 2013-02-06 00:02:16 +00:00
iMHLv2 a2d21d59ef make better use of Plugin.is_valid_profile for blacklisting commands on unsupported profiles. a general, but consistent message is reported to the user 'This command does not support the selected profile'. 2012-07-10 14:11:47 +00:00
mike.auty@gmail.com 35e594723a Convert some malware plugins to the table formatting. 2012-05-22 08:27:42 +00:00
mike.auty@gmail.com 3241df1a19 Add in profile checks for some malware plugins. 2012-05-22 07:31:04 +00:00
mike.auty@gmail.com 4adbd9b1a2 Fix typo in Callbacks constructor after adding windows profile requirements. 2012-05-18 22:52:47 +00:00
mike.auty@gmail.com 4f6681a14d Apply basic windows restrictions to most windows plugins. 2012-05-18 09:53:27 +00:00
mike.auty@gmail.com 5cb4ab5dda Fix up a large number of very minor pylint/indentation/trailing space issues across the tree. 2012-05-14 23:06:56 +00:00
mike.auty@gmail.com f3c28c098a Pylint some files. 2012-04-30 11:56:50 +00:00
iMHLv2 2b7a65ddb5 replace raise StopIteration with return in callbacks.py, per scudette's recommedation - thanks. 2012-03-12 00:46:02 +00:00
iMHLv2 35a8d1cfbd add MAJOR_FUNCTIONS constants to devicetree.py, fix import statement in callbacks.py. later a driverirp plugin will be added to devicetree.py that also uses MAJOR_FUNCTIONS 2012-03-10 21:52:28 +00:00
iMHLv2 d809b6bafc add callbacks.py and timers.py plugins. fixes issue #228. fixes issue #229. 2012-03-09 21:36:46 +00:00