Commit Graph

24 Commits

Author SHA1 Message Date
iMHLv2 eac0900801 remove old debug statement 2014-09-18 00:49:36 -05:00
Andrew C 32b4d762a2 Linux - update lsmod option to not conflict with linux_strings 2014-07-01 23:32:45 -05:00
Andrew C c313b1e443 Linux - make linux_moddump support both 32 & 64 bit modules 2014-06-07 01:55:22 -05:00
Andrew C 507960afee Mac - update lsmod 2014-04-25 19:38:03 -04:00
atcuno 5ee8c56251 Linux - add lsmodo (with linux_moddump) from book vm 2014-03-15 20:42:45 -05:00
iMHLv2 d04cd56dd4 change the linux_lsmod -S parameter to -A
https://github.com/iMHLv2/voldb/commit/a77f29ed052e9f30c5bafecb1bd2e5862
dc99ae6
2014-01-17 20:14:13 -06: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 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