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

ldrmodules needs fix after dlllist update #1475

Open
atcuno opened this issue Dec 27, 2024 · 0 comments
Open

ldrmodules needs fix after dlllist update #1475

atcuno opened this issue Dec 27, 2024 · 0 comments
Assignees

Comments

@atcuno
Copy link
Contributor

atcuno commented Dec 27, 2024

ldrmodules is crashing when attempting to access a LDR_DATA_TABLE_ENTRY that isn't paged in:

raceback (most recent call last):
  File "/home/ub/volatility3/volatility3/cli/__init__.py", line 501, in run
    renderer.render(grid)
  File "/home/ub/volatility3/volatility3/cli/text_renderer.py", line 232, in render
    grid.populate(visitor, outfd)
  File "/home/ub/volatility3/volatility3/framework/renderers/__init__.py", line 241, in populate
    for level, item in self._generator:
  File "/home/ub/volatility3/volatility3/framework/plugins/windows/ldrmodules.py", line 54, in _generator
    load_order_mod = dict(
                     ^^^^^
  File "/home/ub/volatility3/volatility3/framework/plugins/windows/ldrmodules.py", line 55, in <genexpr>
    (mod.DllBase, mod) for mod in proc.load_order_modules()
     ^^^^^^^^^^^

Which is really a bug in load_order_modules. Hannah has a big PR coming to add support for 32bit/wow64 DLLs, so after that is merged I will write a fix for this one.

@atcuno atcuno self-assigned this Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant