bookmate game
en
Michael Hale Ligh

The Art of Memory Forensics

Avise-me quando o livro for adicionado
Para ler este livro carregue o arquivo EPUB ou FB2 no Bookmate. Como carrego um livro?
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    $ python vol.py pslist > pslist.txt
    $ python vol.py pslist --output-file=pslist.txt
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    For example, if various plugins create _EPROCESS objects and they all commonly need to determine whether the process is suspicious, based on several factors, you can use an object class to add such logic. A simple example is shown in the following code:
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    third-party modules that Volatility can leverage and the specific plugins that utilize them
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    knowledge of an operating system’s specific implementation of an abstract data structure is paramount to learning why certain attacks (that manipulate the structure(s)) are successful and how memory analysis tools can help you detect such attacks
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    Hash table with chained-overflow example
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    Structure Type Definition _LIST_ENTRY64 on 64-Bit Versions of Windows
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    An example linked-list implementation used frequently in the Linux kernel is the circular linked list
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    Singly-linked list example
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    Structure Type Definition for _UNICODE_STRING on 64-Bit Versions of Windows
  • Andrii Pastushenkofez uma citaçãohá 9 meses
    when analyzing the physical address space of a system that leverages paged virtual memory, you could encounter a string that crosses a page boundary to a page that is no longer memory resident, which would require special processing or heuristics to determine the actual size of the string
fb2epub
Arraste e solte seus arquivos (não mais do que 5 por vez)