コード例 #1
0
ファイル: psxview.py プロジェクト: DeborahN/volatility
 def _get_kmem_cache(self):
     return [x.obj_offset for x in linux_pslist_cache.linux_pslist_cache(self._config).calculate()]
コード例 #2
0
ファイル: psxview.py プロジェクト: BryanSingh/volatility
 def _get_kmem_cache(self):
     return [self.addr_space.vtop(x.obj_offset) for x in linux_pslist_cache.linux_pslist_cache(self._config).calculate()]
コード例 #3
0
 def _get_kmem_cache(self):
     return [
         x.obj_offset for x in linux_pslist_cache.linux_pslist_cache(
             self._config).calculate()
     ]
コード例 #4
0
 def _get_kmem_cache(self):
     return [
         self.addr_space.vtop(x.obj_offset) for x in
         linux_pslist_cache.linux_pslist_cache(self._config).calculate()
     ]