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
I am going through the whole framework with pyright, error-by-error (1500+ reported but many aren't real).. so we can kill off as many of these statically detectable bugs before the big parity testing over hundreds of samples.
This function is really broken:
https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/contexts/__init__.py#L395
as in the loop ,
mod
will be astr
but then it looks athash
andsize
members that do not exist.It doesn't seem like this function is used in any of the current code, but it does look like it would be a public API.
The method should either be fixed or removed it seems?
This is definitely in your realm @ikelos
The text was updated successfully, but these errors were encountered: