Commit Graph

18 Commits

Author SHA1 Message Date
iMHLv2 e6ed7078f9 sync with r3581 of trunk 2014-01-17 14:21:55 -06: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 830f82ed27 fix the source and target length calculations for aliases in cmdscan/consoles plugins. the length is total bytes of the unicode string (not characters), and the string is not null terminated 2013-02-13 15:57:39 +00:00
iMHLv2 83ad23b0bc fix a bad offset in consoles plugin aliases for win7 x64. reported by Bartosz Inglot 2013-02-13 15:51:31 +00:00
iMHLv2 de02a48323 remove extraneous message from consoles plugin saying it doesn't support win7x64 2013-02-13 15:17:42 +00:00
gleeda 9221956b2d Changed input to search_process_memory to list format as required. fixes issue 371 2013-01-09 16:25:01 +00:00
iMHLv2 ba42522f13 cmdscan and consoles plugins now work on win7 x64 2012-08-04 17:05:42 +00:00
iMHLv2 4dbb7bade5 dereference the _SCREEN_INFORMATION in cmdhistory.py before reporting its offset (because its a pointer). spotted by scudette 2012-07-28 15:41:31 +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 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 b904171df7 Move the plugin constraints to an is_valid_profile function, in preparation for the linux-trunk merge. 2012-05-14 23:06:39 +00:00
mike.auty@gmail.com 92ca6454f7 Set a sensible default for the new attribute to is_valid (since the overridden method doesn't expect that value). 2012-05-14 23:06:23 +00:00
mike.auty@gmail.com b9f1215593 Fix a typo in cmdhistory. 2012-04-06 23:43:42 +00:00
mike.auty@gmail.com 69dd3ee613 Pylint this before fixing a typo. 2012-04-06 23:43:31 +00:00
iMHLv2 caec97971b add windows command history plugins (cmdscan and consoles). fixes issue #148. 2012-04-04 19:22:44 +00:00