thechrisritter / malwarecookbook

Automatically exported from code.google.com/p/malwarecookbook
0 stars 0 forks source link

malfind's addr_space.vtop fails when used with -S (scan) #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Traceback (most recent call last):

  File "vol.py", line 130, in <module>

    main()

  File "vol.py", line 121, in main

    command.execute()

  File "/TESTING/Volatility-1.4_rc1/volatility/commands.py", line 101, in execute

    func(outfd, data)

  File "/TESTING/Volatility-1.4_rc1/volatility/plugins/malware.py", line 900, in render_text

    for (name,pid,start,end,tag,prx,fname,hits,chunk) in data:

  File "/TESTING/Volatility-1.4_rc1/volatility/plugins/malware.py", line 769, in calculate

    offset = addr_space.vtop(proc.obj_offset)

  File "/TESTING/Volatility-1.4_rc1/volatility/plugins/addrspaces/intel.py", line 433, in vtop

    pdpte = self.get_pdpte(vaddr)

  File "/TESTING/Volatility-1.4_rc1/volatility/plugins/addrspaces/intel.py", line 376, in get_pdpte

    return self.pdpte_cache[self.pdpte_index(vaddr)]

TypeError: tuple indices must be integers, not NoneObject

Original issue reported on code.google.com by michael.hale@gmail.com on 15 Jun 2011 at 4:45

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r71.

Original comment by michael.hale@gmail.com on 18 Jun 2011 at 2:03