iMHLv2
|
778a98153e
|
whitespace and **kwargs in mac_pslist
|
2013-01-29 16:31:31 +00:00 |
|
iMHLv2
|
67a0c001e6
|
whitespace and % -> format() in mac_psaux
|
2013-01-29 16:29:47 +00:00 |
|
iMHLv2
|
1dfece3131
|
use dereference_as() in mac_proc_maps. use xrange(count) instead of xrange(0, count)
|
2013-01-29 16:28:35 +00:00 |
|
iMHLv2
|
1f9b48b3c0
|
tiny whitespace in mac_pid_hash_table
|
2013-01-29 16:24:09 +00:00 |
|
iMHLv2
|
aa902d2f15
|
tiny whitespace in mac_pgrp_hash_table
|
2013-01-29 16:23:26 +00:00 |
|
iMHLv2
|
e9919996c7
|
use table_header/table_row in mac_notifiers. use dereference_as(). just iterate arrays instead of using xrange and indexing
|
2013-01-29 16:13:05 +00:00 |
|
iMHLv2
|
8fa77d223d
|
use dereference_as in several places in mac_netstat. fix some whitespace. move some family specific function calls under the if/else block for those families
|
2013-01-29 16:03:17 +00:00 |
|
iMHLv2
|
17a81f11cc
|
use table_header/table_row in mac_mount
|
2013-01-29 15:50:22 +00:00 |
|
iMHLv2
|
a5bb0bbfb2
|
tiny whitespace fix in mac_machine_info
|
2013-01-29 15:46:53 +00:00 |
|
iMHLv2
|
7f42ffbfeb
|
use debug.error() in mac_get_processors instead of sys.exit
|
2013-01-29 15:45:43 +00:00 |
|
iMHLv2
|
636643b630
|
use dereference_as() in mac_lsof. replace xrange(0, max) with enumerate(). yield object instead of object.a and object.b
|
2013-01-29 15:43:45 +00:00 |
|
iMHLv2
|
a57e80c0c3
|
use format() in mac_lsmod instead of %
|
2013-01-29 15:28:15 +00:00 |
|
iMHLv2
|
84b7a04d7a
|
use dereference_as() in mac_lsmod. fix while 1 loop to terminate when kmod is not valid
|
2013-01-29 15:27:43 +00:00 |
|
iMHLv2
|
54aa0c53f7
|
use table_header/table_row in mac_ls_logins
|
2013-01-29 06:03:51 +00:00 |
|
iMHLv2
|
31c20a6dd5
|
use table_header/table_row in mac_ip_filters
|
2013-01-29 05:59:22 +00:00 |
|
iMHLv2
|
32d9fc8507
|
use dereference_as() in mac_ifconfig, delete unused variable, use table_header/table_row
|
2013-01-29 05:54:51 +00:00 |
|
iMHLv2
|
dbf3649977
|
whitespace in mac_dump_maps, kwargs
|
2013-01-29 05:44:13 +00:00 |
|
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 |
|