Giter Site home page Giter Site logo

Comments (2)

gleeda avatar gleeda commented on June 4, 2024
Traceback (most recent call last):
  File "volatility/vol.py", line 192, in <module>
    main()
  File "volatility/vol.py", line 183, in main
    command.execute()
  File "volatility/volatility/commands.py", line 103, in execute
    data = self.calculate()
  File "volatility/volatility/plugins/registry/lsadump.py", line 143, in calculate
    hashes = domcachedumpmod.dump_memory_hashes(addr_space, self._config, self._config.sys_offset, self._config.sec_offset)
  File "volatility/volatility/win32/domcachedump.py", line 135, in dump_memory_hashes
    hashes = dump_hashes(addr_space, sysaddr, secaddr)
  File "volatility/volatility/win32/domcachedump.py", line 114, in dump_hashes
    enc_data, ch) = parse_cache_entry(data)
  File "volatility/volatility/win32/domcachedump.py", line 60, in parse_cache_entry
    (uname_len, domain_len) = unpack("<HH", cache_data[:4])
TypeError: 'NoneType' object is unsubscriptable

from volatility.

gleeda avatar gleeda commented on June 4, 2024

above fixed as of bc2c9f7 and fa18f0c

from volatility.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.