Git Product home page Git Product logo

volatility-plugins's People

Contributors

f-block avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

black-frost

volatility-plugins's Issues

IndexError: pop from empty list using the apisearch module

The following is a c&p of the traceback:

Formatting...0.00		PDB scanning finished                                
Traceback (most recent call last):iSearch: Getting exports from DLLs for Process 2776 MemCompression
  File "/home/jg/work/volatility3/./vol.py", line 10, in <module>
    volatility3.cli.main()
  File "/home/jg/work/volatility3/volatility3/cli/__init__.py", line 636, in main
    CommandLine().run()
  File "/home/jg/work/volatility3/volatility3/cli/__init__.py", line 343, in run
    renderers[args.renderer]().render(constructed.run())
  File "/home/jg/work/volatility3/volatility3/cli/text_renderer.py", line 296, in render
    grid.populate(visitor, final_output)
  File "/home/jg/work/volatility3/volatility3/framework/renderers/__init__.py", line 212, in populate
    for (level, item) in self._generator:
  File "/home/jg/work/volatility3/volatility3/plugins/windows/apisearch.py", line 635, in _generator
    for vad, hits in self.get_results_for_proc(self.context, self.config, self.config_path, proc, api_scanner, maxsize=self.config['maxsize'], scan_dlls=self.config['scan_dlls']):
  File "/home/jg/work/volatility3/volatility3/plugins/windows/apisearch.py", line 557, in get_results_for_proc
    vad_start, vad_end, vad = vadlist.pop()
IndexError: pop from empty list

ptenum.py fails if object has no attribute 'has_member'

Hi f-block,

thanks for your volatility plugins contribution! During some tests, the following error code has been issue by ptenum.py:

$ ./vol.py -vvv -f win_10.0.0.19044_mem.bin windows.ptemalfind

Traceback (most recent call last):
  File "/home/devel/Devel/volatility3/./vol.py", line 10, in <module>
    volatility3.cli.main()
  File "/home/devel/Devel/volatility3/volatility3/cli/__init__.py", line 797, in main
    CommandLine().run()
  File "/home/devel/Devel/volatility3/volatility3/cli/__init__.py", line 445, in run
    renderers[args.renderer]().render(constructed.run())
  File "/home/devel/Devel/volatility3/volatility3/cli/text_renderer.py", line 193, in render
    grid.populate(visitor, outfd)
  File "/home/devel/Devel/volatility3/volatility3/framework/renderers/__init__.py", line 241, in populate
    for level, item in self._generator:
  File "/home/devel/Devel/volatility3/volatility3/plugins/windows/ptemalfind.py", line 519, in _generator
    for ptenum, proc_result in self.get_ptemalfind_data(procs, self.context, self.config, self._progress_callback):
  File "/home/devel/Devel/volatility3/volatility3/plugins/windows/ptemalfind.py", line 446, in get_ptemalfind_data
    vad_contains_imagefile = ptenum.vad_contains_image_file(vad)
  File "/home/devel/Devel/volatility3/volatility3/plugins/windows/ptenum.py", line 903, in vad_contains_image_file
    return cls._get_vad_type(vad) == 2
  File "/home/devel/Devel/volatility3/volatility3/plugins/windows/ptenum.py", line 881, in _get_vad_type
    if vad.has_member("u1") and vad.u1.has_member("VadFlags1") and vad.u1.VadFlags1.has_member("VadType"):
AttributeError: 'int' object has no attribute 'has_member'

maybe it helps you to further improve the plugins.

regards
notonlybytes

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.