Open BoBppy opened 1 year ago
Hello, recent gcc and dwarfdump versions output symbols in a format not implemented by Volatility2. You can try to patch it yourself. Check valid "DW_AT_byte_size" format from another dump/profile and edit volatility/volatility/dwarf.py#L201 to match the ones from your profile.
Ultimately, you should try using Volatility3, as it won't have any problem with this kernel version :) .
Regards
So how should I edit volatility/volatility/dwarf.py?
So how should I edit volatility/volatility/dwarf.py?
I think at the bottom of the README there is a patch by him: https://github.com/Abyss-W4tcher/volatility2-profiles?tab=readme-ov-file#volatility-patches
So how should I edit volatility/volatility/dwarf.py?
I think at the bottom of the README there is a patch by him: Abyss-W4tcher/volatility2-profiles#volatility-patches
Hi, this patch applies to another issue, but it might help to implement the one needed in your case 👍
os:Ubuntu20.04
uname -a :
also tried in 5.4.0-165 lowlatency or generic
Error message:
i have pulled #852 and #854 ,but ineffective.