You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@superponible there is a repeated pattern in cmdscan and consoles where a potential uninitialized variable could be referenced if the loop does not find them. Can you just fix these to set the variables to None before?
@superponible there is a repeated pattern in cmdscan and consoles where a potential uninitialized variable could be referenced if the loop does not find them. Can you just fix these to set the variables to None before?
command_history
:https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/plugins/windows/cmdscan.py#L269
Consoles
proc_id
:https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/plugins/windows/consoles.py#L98C36-L98C43
Also
console_info
:https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/plugins/windows/consoles.py#L775
The text was updated successfully, but these errors were encountered: