iMHLv2
|
ef91ca77fb
|
use dereference_as() and outfd.write() in mac_dmesg
|
2013-01-29 05:40:56 +00:00 |
|
iMHLv2
|
e343a501ee
|
just some whitespace in mac_check_trap_table
|
2013-01-29 05:38:23 +00:00 |
|
iMHLv2
|
f60a4574bf
|
fix a variable assignment typo in mac_check_sysctl
|
2013-01-29 05:35:43 +00:00 |
|
iMHLv2
|
0d1c2d06d9
|
condense some code in mac_check_sysctl
|
2013-01-29 05:30:45 +00:00 |
|
iMHLv2
|
6924951d56
|
plugin docstrings all start with a word in caps
|
2013-01-29 05:24:04 +00:00 |
|
iMHLv2
|
979ba70c39
|
leverage dereference_as() in the mac_arp plugin instead of using obj.Object() twice
|
2013-01-29 05:21:14 +00:00 |
|
iMHLv2
|
78bd7c6c34
|
share a few functions between the mac arp and route plugins using inheritance instead of the common.py file
|
2013-01-29 05:18:30 +00:00 |
|
iMHLv2
|
602b96b23a
|
change some relative imports to absolute (i.e. import x -> import volatility.plugins.mac.x as x)
|
2013-01-29 03:36:04 +00:00 |
|
iMHLv2
|
ae931cacfd
|
change some relative imports to absolute (i.e. import x -> import volatility.plugins.mac.x as x)
|
2013-01-29 03:34:10 +00:00 |
|
atcuno
|
d57fc31fb1
|
Linux - add joes check evt arm patch
|
2013-01-29 01:05:51 +00:00 |
|
atcuno
|
b871fda79b
|
Linux - Add joes check syscall on ARM patch
|
2013-01-29 01:03:46 +00:00 |
|
atcuno
|
7c829bda80
|
Mac - update imports in common and lsmod
|
2013-01-28 23:35:53 +00:00 |
|
atcuno
|
3d914a19e8
|
Mac - fix mac_processors warning
|
2013-01-28 17:20:40 +00:00 |
|
iMHLv2
|
e99622ecd7
|
fix yarascan to skip MM_MAX_COMMIT on wow64. also see issue #306. we fixed vaddump and svcscan etc a while ago but missed yarascan
|
2013-01-27 05:26:03 +00:00 |
|
atcuno
|
093b2eb31f
|
Mac - update pslist for 10.7.x
|
2013-01-26 18:06:22 +00:00 |
|
atcuno
|
53493441e3
|
Mac - add list_sessions
|
2013-01-24 00:32:35 +00:00 |
|
atcuno
|
34a221ccf1
|
Mac - add pgrp hash table
|
2013-01-23 23:25:22 +00:00 |
|
atcuno
|
2325985d7c
|
Mac - add pgid to pslist
|
2013-01-23 23:24:19 +00:00 |
|
gleeda
|
91a5a8e456
|
shellbags: added a few bugfixes and added support for UserAssist data, since it can appear in some shellbag keys
|
2013-01-23 22:06:19 +00:00 |
|
atcuno
|
0b0457d569
|
Mac - add pid_hash_table
|
2013-01-23 21:47:57 +00:00 |
|
atcuno
|
200d5b5e31
|
Mac - add ls_logins
|
2013-01-23 20:44:11 +00:00 |
|
atcuno
|
88f482e515
|
Mac - add check_sysctl
|
2013-01-23 06:07:38 +00:00 |
|
iMHLv2
|
41d59d2df4
|
add a sanity check to the sockets plugin. this is related to issue #259 (remove hard-coded offsets in network.py and/or add sanity checks)
|
2013-01-22 19:36:45 +00:00 |
|
atcuno
|
fdcc3ca65c
|
Mac - add trap table plugin
|
2013-01-22 18:54:07 +00:00 |
|
atcuno
|
454794eb9f
|
Mac - add dump_map
|
2013-01-22 06:01:43 +00:00 |
|
atcuno
|
6786db6dca
|
Mac - updated psaux to use get_process_address_space
|
2013-01-22 06:01:24 +00:00 |
|
atcuno
|
103e4607d6
|
Mac - update proc_maps to yield proc struct
|
2013-01-22 06:00:50 +00:00 |
|
atcuno
|
5f75827c4c
|
Mac - add get_process_address_space to object_class
|
2013-01-22 06:00:14 +00:00 |
|
atcuno
|
c9f9b9abc1
|
Linux - switch dump_map to zread
|
2013-01-22 05:59:19 +00:00 |
|
atcuno
|
d88a0e8afe
|
Mac - update proc_maps to use table format and to print full path of maps
|
2013-01-22 05:00:53 +00:00 |
|
atcuno
|
bade5584c2
|
Mac - add start time to pslist
|
2013-01-22 04:06:53 +00:00 |
|
atcuno
|
194b85a44c
|
Mac - add pstree plugin
|
2013-01-22 03:45:12 +00:00 |
|
atcuno
|
532e5bc134
|
Mac - change dsymutil parsing to regular expression based to support all profiles
|
2013-01-21 23:21:17 +00:00 |
|
atcuno
|
011ec57872
|
Mac - print error when running psaux on a 32bit sample from a 64 bit kernel
|
2013-01-21 20:59:47 +00:00 |
|
atcuno
|
d275e2355f
|
Mac - update notifiers to not print invalid match strings
|
2013-01-21 20:54:00 +00:00 |
|
atcuno
|
cf3894f1cf
|
Mac - update macho address space to not use add_types
|
2013-01-21 20:43:39 +00:00 |
|
atcuno
|
008d0c9dfb
|
Mac - fix finding 32 bit dtb for 10.5.x, need test sample for 64 bit
|
2013-01-21 20:39:12 +00:00 |
|
atcuno
|
ac5503a648
|
Mac - fix convert tool
|
2013-01-21 20:38:17 +00:00 |
|
atcuno
|
15e67312b7
|
Mac - clean up macho address space
|
2013-01-21 20:23:11 +00:00 |
|
atcuno
|
c1aa7f2c86
|
Mac - update mac.py for 10.5.8
|
2013-01-21 18:53:00 +00:00 |
|
atcuno
|
66e5db3381
|
Mac - update convert.py for 10.5.8
|
2013-01-21 18:52:28 +00:00 |
|
atcuno
|
18e1127db9
|
Mac - add docs to plugins missing descriptions
|
2013-01-21 17:46:04 +00:00 |
|
atcuno
|
5738a63bb5
|
Mac - update route and get_rt
|
2013-01-21 08:05:53 +00:00 |
|
atcuno
|
b1c6953562
|
Mac - update ARP
|
2013-01-21 07:59:14 +00:00 |
|
atcuno
|
d6c8a221b3
|
Mac - update notifiers
|
2013-01-21 07:55:46 +00:00 |
|
atcuno
|
3b3f5caa33
|
Mac - update common for cppname and handler lookup
|
2013-01-21 07:55:28 +00:00 |
|
atcuno
|
5c8ff6885f
|
Mac - update symbol functions
|
2013-01-21 07:54:59 +00:00 |
|
atcuno
|
ce143baeda
|
Mac - update dmesg
|
2013-01-21 07:31:12 +00:00 |
|
atcuno
|
d2fd9022f4
|
Mac - update ip_filters & add ipv6 support
|
2013-01-21 07:29:09 +00:00 |
|
atcuno
|
2e8dac8aa3
|
Mac - update mount
|
2013-01-21 07:20:52 +00:00 |
|