Commit Graph

14 Commits

Author SHA1 Message Date
iMHLv2 e8569a92d6 add **kwargs for all linux plugins 2013-03-07 15:28:36 +00:00
iMHLv2 676597f7cb remove the sym_type parameter to AbstractMacProfile.get_symbol() and AbstractLinuxProfile.get_symbol(). its no longer needed after the pointer masking patch in r3127 2013-02-20 03:07:23 +00:00
iMHLv2 0af575492f replace all the calls to self.get_profile_symbol() from linux plugins, use self.addr_space.profile.get_symbol() instead 2013-02-19 17:42:25 +00:00
iMHLv2 3cd0e2c881 add the linux_moddump plugin 2013-02-05 20:02:31 +00:00
atcuno 8ac0c534e7 Linux - bugfix - allow module sections to be printed from old kernels 2012-09-17 02:22:29 +00:00
iMHLv2 d9095a0c28 Linux - prevent messages like 'NoneObject as string: Invalid Address 0xFFFFA047A640, instantiating int' from being displayed with linux_lsmod -P option 2012-09-11 20:35:40 +00:00
mike.auty@gmail.com e017034023 Pylint, formatting and styles fixes for all linux plugins. 2012-09-10 15:06:57 +00:00
atcuno b8c8e3ceca Linux - make each plugin get its own address space 2012-09-09 18:18:57 +00:00
atcuno 9bb65a478b Linux - update lsmod 2012-09-08 21:15:23 +00:00
atcuno dbc2c752fa Linux - bail on printing parameters for old kernels 2012-09-08 05:58:31 +00:00
iMHLv2 25288e87df Linux - whitespace and % => format changes in linux_lsmod 2012-09-03 01:10:17 +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 9427b366f0 Linux - update all plugins but cpuinfo to new symbol handling method 2012-08-24 23:21:08 +00:00
mike.auty@gmail.com e5ae67f65a Merge in most of linux-support. 2012-08-16 11:00:06 +00:00