iMHLv2
|
08eadf1dd5
|
remove the outfd parameter to ProcExeDump.get_code, get_image, and dump_pe. this addresses item 4 from comment #5 of issue #291. the API breakage is documented on the APIChangePerVersion wiki page
|
2012-08-10 15:08:07 +00:00 |
|
iMHLv2
|
712ac11fdf
|
prevent the 'NoneObject as string' warning when using regex with dlldump and moddump. we do plan on finding some other solution for all this after 2.1
|
2012-07-18 15:02:33 +00:00 |
|
mike.auty@gmail.com
|
f7b46ccef5
|
Fix a minor error in netscan, and pylint the rest of the recently changed code.
|
2012-07-12 20:00:04 +00:00 |
|
iMHLv2
|
7a4021fea1
|
convert dlldump, procexedump, and moddump to table_header/row output. increases code sharing between the plugins. adds more descriptive error messages when pe files cannot be dumped. accomplishes goals 1, 2, and 3 from issue #291. all parties agree commit is OK wrt 2.1 RC1
|
2012-07-10 18:27:08 +00:00 |
|
mike.auty@gmail.com
|
33cbf31032
|
Apply SanityCheckExceptions that can be disabled/ignored using the --unsafe/-u flag. Fixes issue 243.
|
2012-07-07 19:19:58 +00:00 |
|
mike.auty@gmail.com
|
7366f215ce
|
Change the moddump offset flag to a base flag to better fit the values. Fixes issue 254.
|
2012-05-14 20:43:09 +00:00 |
|
mike.auty@gmail.com
|
821130fb2e
|
Convert all *args to *args, **kwargs in __init__ functions.
|
2012-03-08 20:58:06 +00:00 |
|
iMHLv2
|
dd5c5b3a1b
|
change all plugins that print Unknown to UNKNOWN for consistency. Fixes Issue #193
|
2012-01-24 15:48:44 +00:00 |
|
iMHLv2
|
bbd15a5dd0
|
allow dlldump to work on PE's not in the PEB list. remove try/except block from moddump. Fixes Issue #109
|
2011-11-30 18:25:17 +00:00 |
|
iMHLv2
|
1220d59ba7
|
move find_space to win32.tasks and extend _EPROCESS for DLL listings. Fixes Issue #160
|
2011-10-26 20:10:43 +00:00 |
|
mike.auty@gmail.com
|
117e5b466a
|
Move the Volatility-1.4_rc1 branch over to trunk.
|
2011-06-29 21:01:19 +00:00 |
|