Commit Graph

50 Commits

Author SHA1 Message Date
Andrew C e37ed7bf22 Linux - update convert.py to be cleaner and support latest 10.10 2014-10-25 13:09:51 -05:00
Andrew C 7adcb7489c Linux - remove pmem 2014-10-06 11:06:16 -05:00
iMHLv2 13258ef9d9 add a missing # for a comment in mac_create_all_profiles 2014-10-06 06:44:02 -05:00
iMHLv2 773fdf9431 refs #65 Updating create_all_profiles.py for Mac 10.10 2014-09-03 23:06:10 -05:00
Andrew C 6c04cc9468 Linux - add getkcore 2014-08-13 01:35:12 -05:00
Mike Auty 3a030b003b Attempt to fix googlecode issue 512. 2014-07-26 11:27:07 +01:00
Andrew C d299ca0772 Linux - delete getkcore.py 2014-07-19 08:20:26 -05:00
Andrew C a03778adfb Linux - minor updates to support 3.16 2014-07-15 07:09:30 -05:00
Andrew C 2effdbb92c Linux - update linux_mount 2014-07-08 21:32:47 -05:00
Andrew C 1d2e2dfeb5 Linux - update module.c 2014-07-08 13:57:08 -05:00
Andrew C 22565669ef Linux - update module.c 2014-07-08 13:54:25 -05:00
Andrew C 5cf382a686 Linux - add proc_dir_entry to module.c to close 486 2014-07-08 09:39:02 -05:00
iMHLv2 ec24705294 fixes to mac profile generation per https://code.google.com/p/volatility/issues/detail?id=494 2014-06-09 21:24:14 +01:00
Andrew C c3cd673958 Linux - add -L/--listfiles option to linux_find_file 2014-05-27 10:18:44 -05:00
Andrew C 5ec67dcfca Linux - update module.c to support module_sect_attrs across oldest versions 2014-05-27 00:43:57 -05:00
iMHLv2 63712b07b6 adding mac_create_all_profiles (auto profile generation script) 2014-05-24 22:20:37 -05:00
Andrew C a87d2c5cfc Linux - add POC script for acquistion of memory through /proc/kcore 2014-05-22 10:58:14 -05:00
atcuno 06460346f1 update module.c from book vm 2014-03-15 20:10:19 -05:00
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 95ac7e213e modify convert.py to properly handle mac classes. update the mac_notifiers plugin to choose the correct vtype name based on whether the target OS uses struct or class naming convention 2013-04-05 03:32:10 +00:00
iMHLv2 975d20ee0c change the number of arguments convert.py takes from 4 to 3. the 4th argument does nothing 2013-04-04 02:34:47 +00:00
iMHLv2 c382c1c075 hard code mac's convert.py DWARFParser() to use 'int' for Enumeration target type 2013-04-03 16:10:36 +00:00
atcuno 05026a6f4e Linux - update module.c for > 3.3, fix issue 373 2013-03-29 21:33:59 +00:00
gleeda db09e88ac8 removed uneeded line 2013-03-02 03:04:49 +00:00
gleeda 07d5f28b70 adding the Makefile for pmem which was left off in revision 3161 2013-03-02 02:18:41 +00:00
gleeda 0e040c8bf0 Fixing the Makefile for module.c to handle kernels >= 3.7 since VM_RESERVED is removed (thanks dhiru.kholia) and also moving pmem to its own folder so it can be compiled separately. Fixes issue #368 2013-03-02 02:15:52 +00:00
atcuno 8f73d9428f Mac - update convert.py to rename class_type variables 2013-01-31 04:00:42 +00:00
atcuno 00220b9dba Mac - update convert.py to process 10.8.x 2013-01-31 03:19:25 +00:00
atcuno ac5503a648 Mac - fix convert tool 2013-01-21 20:38:17 +00:00
atcuno 66e5db3381 Mac - update convert.py for 10.5.8 2013-01-21 18:52:28 +00:00
atcuno 52be2c2cbe Update convert tool 2013-01-21 05:54:37 +00:00
atcuno dff594ed3d Linux - add joes plugins for detecting in-kernel keyloggers 2012-10-15 18:28:55 +00:00
atcuno c9025bbea1 Linux - fix net_namespace include 2012-10-15 17:04:36 +00:00
mike.auty@gmail.com 518294754d Merge 2.3-devel into trunk. 2012-10-13 21:31:29 +00:00
atcuno abc9812435 Linux - bugfix - update module.c to support old kmem_cache struct 2012-09-16 22:44:50 +00:00
atcuno a16c5b08c7 Linux - bugfix - module.c conditionally include files_struct 2012-09-16 22:17:50 +00:00
iMHLv2 597d24a7c3 remote the tools/linux/README file, its outdated and plus our authoritative linux instructions are now on the wiki 2012-09-16 22:12:09 +00:00
atcuno 83297bbf43 Linux - bugfix - update module to support 2.6.18 centos 2012-09-16 21:50:09 +00:00
atcuno 3c5e2fd3b3 Linux - remove mount from module.c 2012-09-12 02:42:36 +00:00
atcuno 5b40c6ce28 Linux - remove mnt_pcp from module.c 2012-09-10 21:21:56 +00:00
atcuno 4a7841315f Linux - update module.c to support check_afinfo 2012-09-09 06:56:45 +00:00
atcuno 2a6c85c471 Linux - update mount and tmpfs to support mount namespaces (3.x) and add new type to module.c 2012-08-31 16:13:25 +00:00
atcuno f7044c792f Linux - update module.c and pslist/psaux to support 3.5 timekeeping structures 2012-08-26 17:46:16 +00:00
atcuno 160467981c Linux - Add Joes kmem_cache SLAB support 2012-08-25 17:03:41 +00:00
mike.auty@gmail.com e5ae67f65a Merge in most of linux-support. 2012-08-16 11:00:06 +00:00
mike.auty@gmail.com dea4d32a9f Fix up some small pylint errors. 2012-03-11 23:49:52 +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