Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.
This repository was archived by the owner on May 18, 2022. It is now read-only.

SimPagedMemory throwing AttributeError in concrete_parts() and dbg_print() #153

@RayFoulk

Description

@RayFoulk
  File "simuvex/plugins/symbolic_memory.py", line 941, in concrete_parts
    for k,v in self.mem.iteritems():
AttributeError: 'SimPagedMemory' object has no attribute 'iteritems'

  File "simuvex/plugins/symbolic_memory.py", line 953, in dbg_print
    for i, addr in enumerate(self.mem.iterkeys()):
AttributeError: 'SimPagedMemory' object has no attribute 'iterkeys'

Looks like self.mem is assumed to be a dictionary at these points but it (at least in my case) doesn't appear to be as it's created on lines 47-51 as self.mem = SimPagedMemory(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions