Advertisement
Panchajanya1999

volatility3-pixel

Apr 3rd, 2024
743
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.64 KB | None | 0 0
  1. ┌─(~/Development/work/volatility3)──────────────(panchajanya@archlinux:pts/0)─┐
  2. └─(11:04:33 on aarch64-support ✹ ✭)──> python vol.py -f ram6a3.lime linux.pslist.PsList              ──(Wed,Apr03)─┘
  3. Volatility 3 Framework 2.5.2
  4. ERROR    volatility3.framework.automagic.linux: Type LinuxStacker1!long unsigned int references missing Type/Symbol/Enum: 'long unsigned int'
  5. Traceback (most recent call last):
  6.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/__init__.py", line 151, in _weak_resolve
  7.     return getattr(self._dict[table_name], get_function)(component_name)
  8.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  9.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/intermed.py", line 60, in _delegate_function
  10.     return getattr(self._delegate, name)(*args, **kwargs)
  11.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  12.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/intermed.py", line 792, in get_type
  13.     return self.natives.get_type(self.name + constants.BANG + type_name)
  14.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  15.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/native.py", line 83, in get_type
  16.     _native_type, native_format = self._native_dictionary[type_name]
  17.                                   ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  18. KeyError: 'long unsigned int'
  19.  
  20. During handling of the above exception, another exception occurred:
  21.  
  22. Traceback (most recent call last):
  23.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/automagic/linux.py", line 95, in stack
  24.     layer = linux_arch_stacker(
  25.             ^^^^^^^^^^^^^^^^^^^
  26.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/automagic/linux.py", line 135, in intel_stacker
  27.     kaslr_shift, aslr_shift = cls.find_aslr(
  28.                               ^^^^^^^^^^^^^^
  29.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/automagic/linux.py", line 371, in find_aslr
  30.     init_task.files.cast("long unsigned int")
  31.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/interfaces/objects.py", line 178, in cast
  32.     object_template = self._context.symbol_space.get_type(new_type_name)
  33.                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  34.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/__init__.py", line 206, in get_type
  35.     self._resolved[type_name] = self._weak_resolve(SymbolType.TYPE, type_name)  # type: ignore
  36.                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  37.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/__init__.py", line 153, in _weak_resolve
  38.     raise exceptions.SymbolError(
  39. volatility3.framework.exceptions.SymbolError: Type LinuxStacker1!long unsigned int references missing Type/Symbol/Enum: 'long unsigned int'
  40. ERROR    volatility3.framework.automagic.linux: Type LinuxStacker1!long unsigned int references missing Type/Symbol/Enum: 'long unsigned int'
  41. Traceback (most recent call last):
  42.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/__init__.py", line 151, in _weak_resolve
  43.     return getattr(self._dict[table_name], get_function)(component_name)
  44.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  45.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/intermed.py", line 60, in _delegate_function
  46.     return getattr(self._delegate, name)(*args, **kwargs)
  47.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  48.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/intermed.py", line 792, in get_type
  49.     return self.natives.get_type(self.name + constants.BANG + type_name)
  50.            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  51.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/native.py", line 83, in get_type
  52.     _native_type, native_format = self._native_dictionary[type_name]
  53.                                   ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
  54. KeyError: 'long unsigned int'
  55.  
  56. During handling of the above exception, another exception occurred:
  57.  
  58. Traceback (most recent call last):
  59.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/automagic/linux.py", line 95, in stack
  60.     layer = linux_arch_stacker(
  61.             ^^^^^^^^^^^^^^^^^^^
  62.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/automagic/linux.py", line 188, in aarch64_stacker
  63.     kaslr_shift, aslr_shift = cls.find_aslr(
  64.                               ^^^^^^^^^^^^^^
  65.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/automagic/linux.py", line 371, in find_aslr
  66.     init_task.files.cast("long unsigned int")
  67.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/interfaces/objects.py", line 178, in cast
  68.     object_template = self._context.symbol_space.get_type(new_type_name)
  69.                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  70.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/__init__.py", line 206, in get_type
  71.     self._resolved[type_name] = self._weak_resolve(SymbolType.TYPE, type_name)  # type: ignore
  72.                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  73.   File "/home/panchajanya/Development/work/volatility3/volatility3/framework/symbols/__init__.py", line 153, in _weak_resolve
  74.     raise exceptions.SymbolError(
  75. volatility3.framework.exceptions.SymbolError: Type LinuxStacker1!long unsigned int references missing Type/Symbol/Enum: 'long unsigned int'
  76. Progress:  100.00       Stacking attempts finished                
  77. Unsatisfied requirement plugins.PsList.kernel.layer_name:
  78. Unsatisfied requirement plugins.PsList.kernel.symbol_table_name:
  79.  
  80. A translation layer requirement was not fulfilled.  Please verify that:
  81.     A file was provided to create this layer (by -f, --single-location or by config)
  82.     The file exists and is readable
  83.     The file is a valid memory image and was acquired cleanly
  84.  
  85. A symbol table requirement was not fulfilled.  Please verify that:
  86.     The associated translation layer requirement was fulfilled
  87.     You have the correct symbol file for the requirement
  88.     The symbol file is under the correct directory or zip file
  89.     The symbol file is named appropriately or contains the correct banner
  90.  
  91. Unable to validate the plugin requirements: ['plugins.PsList.kernel.layer_name', 'plugins.PsList.kernel.symbol_table_name']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement