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

decode_data crashes in amcache #1479

Closed
atcuno opened this issue Dec 27, 2024 · 1 comment
Closed

decode_data crashes in amcache #1479

atcuno opened this issue Dec 27, 2024 · 1 comment
Assignees

Comments

@atcuno
Copy link
Contributor

atcuno commented Dec 27, 2024

Same issue as svscan @dgmcdona

File "/home/ub/volatility3/volatility3/framework/plugins/windows/amcache.py", line 646, in <genexpr>
    (
  File "/home/ub/volatility3/volatility3/framework/plugins/windows/amcache.py", line 591, in _generator
    programs: Dict[str, _AmcacheEntry] = dict(
                                         ^^^^^
  File "/home/ub/volatility3/volatility3/framework/plugins/windows/amcache.py", line 398, in parse_inventory_app_key
    version = _get_string_value(values, val_enum.Version.value)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/ub/volatility3/volatility3/framework/plugins/windows/amcache.py", line 156, in _get_string_value
    data = value.decode_data()
           ^^^^^^^^^^^^^^^^^^^
@atcuno
Copy link
Contributor Author

atcuno commented Jan 31, 2025

Fixed by 263c876

@atcuno atcuno closed this as completed Jan 31, 2025
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

2 participants