Closed GoogleCodeExporter closed 9 years ago
Mostly this issue appears to be accepting <0x0000abcd> in places where we
accepted <43981> (or in slightly older versions <abcd> in place of <43981>).
The version where this first manifests is 20110605, and I'm hoping that the fix
will be relatively simple. I'll look into it more when I've got more time,
meanwhile the last working version you can use for volatility is
libdwarf-20110113...
Original comment by mike.auty@gmail.com
on 18 May 2012 at 4:46
Updating the milestone to coincide with official linux support.
Original comment by mike.auty@gmail.com
on 6 Jun 2012 at 8:30
The fix to this is in scudette's branch:
http://code.google.com/p/volatility/source/browse/branches/scudette/volatility/p
lugins/overlays/linux/dwarfparser.py
Basically his code parses the dwarf info within volatlity and then is not
dependent on particular versions of dwarfdump. I would like to integrate this
dwarfparser into linux-trunk before 2.2, but he uses an library for parsing and
I don't think its native to python so it would be another requirement to
install. Not sure if that is an issue.
Original comment by atc...@gmail.com
on 9 Jul 2012 at 6:10
Subscribing to get notifications
Original comment by larytet@gmail.com
on 9 Aug 2012 at 7:13
This was fixed in http://code.google.com/p/volatility/source/detail?r=2220
I tested against the latest dwarfdump as of today ( dwarf-20120410 )
and its the same output as I saw going back a few other versions.
Original comment by atc...@gmail.com
on 25 Aug 2012 at 6:51
Original issue reported on code.google.com by
atc...@gmail.com
on 18 May 2012 at 12:08