We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
file_descriptors_for_process
This clause will not set path if neither condition is hit:
https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/symbols/mac/__init__.py#L190
It needs an else to set path to a not renderable value in the else to avoid referencing a non existent variable.
path
The text was updated successfully, but these errors were encountered:
atcuno
No branches or pull requests
This clause will not set path if neither condition is hit:
https://github.com/volatilityfoundation/volatility3/blob/develop/volatility3/framework/symbols/mac/__init__.py#L190
It needs an else to set
path
to a not renderable value in the else to avoid referencing a non existent variable.The text was updated successfully, but these errors were encountered: