Commit Graph

68 Commits

Author SHA1 Message Date
atcuno 21893904c1 Linux - add check_afinfo 2012-09-09 03:37:55 +00:00
atcuno 3403508563 Linux - update pslist_cache and mount_cache 2012-09-09 02:34:13 +00:00
atcuno 719643857b Linux - update slab_info 2012-09-09 02:33:41 +00:00
atcuno 9f77576ef6 Linux - move all kmem_cache code into slab_info 2012-09-09 02:18:05 +00:00
atcuno c148f68ce9 Linux - remove slub from slab_info 2012-09-08 21:46:09 +00:00
atcuno 92bcea85ac Linux - add full SLAB support /root/ikelos-patch/volatility/plugins/overlays/linux/linux.py 2012-09-08 21:43:29 +00:00
atcuno d9af237923 Linux - add check_fop plugin 2012-09-08 21:24:03 +00:00
atcuno 9bb65a478b Linux - update lsmod 2012-09-08 21:15:23 +00:00
mike.auty@gmail.com 2eb7603401 Move the get_profile_symbol docstring to the right place. 2012-09-08 21:06:14 +00:00
mike.auty@gmail.com 8da7cfd8ad Slightly improve error checking on the linux profile attribute. 2012-09-08 21:05:58 +00:00
mike.auty@gmail.com 2cb70a7968 Ensure Linux commands don't start playing with address spaces until they're told to execute. 2012-09-08 19:37:53 +00:00
mike.auty@gmail.com b639c07121 Pylint before applying a fix for issue 279. 2012-09-08 19:37:43 +00:00
atcuno b70e37e8cc Linux - fix pidhashtable for all profiles 2012-09-08 07:25:28 +00:00
atcuno 12b94d0066 Linux - tmpfs fix command line option processing 2012-09-08 07:07:02 +00:00
atcuno d09cffc79e Linux - update check_syscall to print symbol names and use header output 2012-09-08 06:46:08 +00:00
atcuno 4b82aec425 Linux - add symbol names to check_idt output and use table headers 2012-09-08 06:39:01 +00:00
atcuno dbc2c752fa Linux - bail on printing parameters for old kernels 2012-09-08 05:58:31 +00:00
atcuno c9901516dd Linux - add check in mount_cache for systems without mnt_cache kmem cache 2012-09-07 15:48:29 +00:00
atcuno 93630d2375 Linux - update mount cache to use new namespace support 2012-09-05 21:22:57 +00:00
iMHLv2 457b40def7 Linux - remove the route.py plugin 2012-09-03 23:37:50 +00:00
iMHLv2 4f7ad62313 Linux - joe's slabinfo patch to tidy up the kmem_cache APIs and table columns 2012-09-03 23:04:13 +00:00
atcuno ad3d1e1375 Linux - commit pointer truncations, will be removed in 2.3 2012-09-03 21:48:22 +00:00
iMHLv2 04695c2d40 Linux - add a FIXME comment to route.py for the unspecific try/except 2012-09-03 03:45:02 +00:00
iMHLv2 e68fdc745f Linux - whitespace and replace a try/except with try/except OSError to be specific in linux_tmpfs 2012-09-03 03:30:18 +00:00
iMHLv2 7c96b0f10e Linux - convert linux_slabinfo to table_header. remove unnecessary return None statements after debug.error. prevent a TypeError from None not being iterable 2012-09-03 03:18:53 +00:00
iMHLv2 ff04c451a8 Linux - whitespace and convert linux_route to table_header 2012-09-03 02:34:54 +00:00
iMHLv2 e45418aae4 Linux - convert linux_route to table_header 2012-09-03 02:28:17 +00:00
iMHLv2 c56fc0d1d4 Linux - convert linux_pslist and linux_memmap to table_header 2012-09-03 02:25:28 +00:00
iMHLv2 41230fba3c Linux - whitespace in proc_maps.py 2012-09-03 01:28:41 +00:00
iMHLv2 9cd937b1e0 Linux - whitespace in pidhashtable.py 2012-09-03 01:24:27 +00:00
iMHLv2 398a80c261 Linux - whitespace in mount.py 2012-09-03 01:17:50 +00:00
iMHLv2 0b955249ce Linux - whitespace in mount_cache.py 2012-09-03 01:15:17 +00:00
iMHLv2 dc254fcfec Linux - remove unused variable in linux_lsof, convert to table_header 2012-09-03 01:13:28 +00:00
iMHLv2 25288e87df Linux - whitespace and % => format changes in linux_lsmod 2012-09-03 01:10:17 +00:00
iMHLv2 1959e13058 Linux - tiny whitespace in linux_iomem 2012-09-02 23:41:44 +00:00
iMHLv2 91f037414a Linux - convert linux_ifconfig to table_header 2012-09-02 23:40:29 +00:00
iMHLv2 d66ed135e5 Linux - whitespace in flags.py 2012-09-02 23:37:31 +00:00
iMHLv2 35b248c486 Linux - whitespace in linux_dmesg and change a % to .format() 2012-09-02 23:33:19 +00:00
iMHLv2 e27230a0f8 Linux - convert linux_cpuinfo plugin to table_header 2012-09-02 23:30:24 +00:00
iMHLv2 6fdcd8f995 Linux - whitespace stuff in common.py 2012-09-02 23:23:37 +00:00
iMHLv2 67b2ab5849 Linux - list comprehension for speed, take divisor size from size of address in the profile, some whitespace fixups 2012-09-02 23:01:46 +00:00
iMHLv2 6258d0cd12 whitespace on both sides of operators for check_idt.py 2012-09-02 22:27:39 +00:00
mike.auty@gmail.com 25f7095377 Ensure all classes are new style classes. 2012-09-02 19:29:09 +00:00
atcuno ffbbb5923c Linux - add check_syscall plugin 2012-09-02 06:02:01 +00:00
atcuno a662763a94 Liunx - add check_idt 2012-09-01 06:35:22 +00:00
atcuno 850eb1a85b Linux - update lsmod to optionally print the module paramaters, chop Pointer type address/offset in get_symbol 2012-08-31 22:42:06 +00:00
atcuno 638e100592 Linux - make path calculation more resilient to unallocated entries 2012-08-31 18:38:01 +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 ddca30a0db Linux - fix dmesg to work on 3.x 2012-08-27 03:57:07 +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