mirror of
https://github.com/volatilityfoundation/volatility3.git
synced 2026-08-17 20:35:40 +02:00
Update fbdev plugin to gracefully handle old/broken symbol tables
This commit is contained in:
@@ -262,7 +262,7 @@ You can try using ffmpeg to decode the raw buffer. Example usage:
|
||||
|
||||
if not kernel.has_symbol("num_registered_fb"):
|
||||
vollog.error(
|
||||
'"num_registered_fb" symbol does not exist in the symbol table. This means you are either analyzing an unsupported kernel version, your symbol table is corrupt, or the fbdev driver is compiled as a kernel module..'
|
||||
'"num_registered_fb" symbol does not exist in the symbol table. This means you are either analyzing an unsupported kernel version, your symbol table is corrupt, or the fbdev driver is compiled as a kernel module.'
|
||||
)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user