Skip to content

cachedump.py - 'NoneType' object has no attribute 'Class' #1

@GoogleCodeExporter

Description

@GoogleCodeExporter
What steps will reproduce the problem?
1. ./cachedump.py sys sec


Traceback (most recent call last):
  File "./cachedump.py", line 32, in <module>
    dump_file_hashes(sys.argv[1], sys.argv[2])
  File "/root/Tars/creddump-0.1/framework/win32/domcachedump.py", line 114,
in dump_file_hashes
    for (u, d, dn, hash) in dump_hashes(sysaddr, secaddr):
  File "/root/Tars/creddump-0.1/framework/win32/domcachedump.py", line 67,
in dump_hashes
    bootkey = get_bootkey(sysaddr)
  File "/root/Tars/creddump-0.1/framework/win32/hashdump.py", line 116, in
get_bootkey
    class_data = sysaddr.read(key.Class.value, key.ClassLength.value)
AttributeError: 'NoneType' object has no attribute 'Class'

Fedora 8



Original issue reported on code.google.com by dan.wagg...@gmail.com on 2 May 2008 at 3:40

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions