Skip to content
New issue

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

Struct _MMVAD has no member u #3

Open
R00T88 opened this issue Nov 24, 2020 · 0 comments
Open

Struct _MMVAD has no member u #3

R00T88 opened this issue Nov 24, 2020 · 0 comments

Comments

@R00T88
Copy link

R00T88 commented Nov 24, 2020

Hi,
trying to execute ramscan.py plugin with volatility 2.6.1 i receive this error

Traceback (most recent call last):
File "D:\Volatility\v2\vol.py", line 192, in
main()
File "D:\Volatility\v2\vol.py", line 183, in main
command.execute()
File "D:\Volatility\v2\volatility\commands.py", line 147, in execute
func(outfd, data)
File "D:\Volatility\v2\volatility\commands.py", line 282, in render_text
config = self.config), data)
File "D:\Volatility\v2\volatility\commands.py", line 276, in render
renderer.render(outfd, output)
File "D:\Volatility\v2\volatility\renderers\text.py", line 115, in render
grid_depth = grid.visit(None, lambda x, y: max(y, grid.path_depth(x)), 0)
File "D:\Volatility\v2\volatility\renderers_init
.py", line 248, in visit
self.populate()
File "D:\Volatility\v2\volatility\renderers_init
.py", line 149, in populate
for (level, item) in self._generator:
File "D:\Volatility\v2\volatility\plugins\ramscan.py", line 28, in generator
if vad.u.VadFlags.CommitCharge.v() > 30:
File "D:\Volatility\v2\volatility\obj.py", line 751, in getattr
return self.m(attr)
File "D:\Volatility\v2\volatility\obj.py", line 733, in m
raise AttributeError("Struct {0} has no member {1}".format(self.obj_name, attr))
AttributeError: Struct _MMVAD has no member u

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant