Open
Description
In file community/DatQuoc/LinuxFirefox.py:
class Linux_FFHis(linux_common.AbstractLinuxCommand):
"""Listing History of FireFox Browser"""
def __init__(self,config, *args, **kwargs):
linux_common.AbstractLinuxCommand.__init__(self, config, *args, **kwargs)
def calculate(self):
address_space = utils.load_as(self._config, astype = 'physical')
row_avaiable = []
needles = ['\x06\x25\x08', '\x06\x25\x09',
'\x00\x25\x08', '\x00\x25\x09']
In the code above, i have two questions.
(1)How is the value of the variable needles obtained?
(2)Does this string(needles) appear in memory when viewing firefox history?
Metadata
Metadata
Assignees
Labels
No labels