{% if memory %}
Full Memory Dump Full Memory Dump Strings
{% if memory.pslist %}
{% include "analysis/memory/_pslist.html" %}
{% endif %} {% if memory.psscan %}
{% include "analysis/memory/_psscan.html" %}
{% endif %} {% if memory.psscan and memory.pslist %}
{% include "analysis/memory/_rootkit.html" %}
{% endif %} {% if memory.svcscan %}
{% include "analysis/memory/_svcscan.html" %}
{% endif %} {% if memory.modscan %}
{% include "analysis/memory/_modscan.html" %}
{% endif %} {% if memory.devicetree %}
{% include "analysis/memory/_devicetree.html" %}
{% endif %} {% if memory.malfind %}
{% include "analysis/memory/_malfind.html" %}
{% endif %} {% if memory.apihooks %}
{% include "analysis/memory/_apihooks.html" %}
{% endif %} {% if memory.ssdt %}
{% include "analysis/memory/_ssdt.html" %}
{% endif %} {% if memory.idt %}
{% include "analysis/memory/_idt.html" %}
{% endif %} {% if memory.gdt %}
{% include "analysis/memory/_gdt.html" %}
{% endif %} {% if memory.timers %}
{% include "analysis/memory/_timers.html" %}
{% endif %} {% if memory.messagehooks %}
{% include "analysis/memory/_messagehooks.html" %}
{% endif %} {% if memory.yarascan %}
{% include "analysis/memory/_yarascan.html" %}
{% endif %} {% if memory.callbacks %}
{% include "analysis/memory/_callbacks.html" %}
{% endif %} {% if memory.sockscan %}
{% include "analysis/memory/_sockscan.html" %}
{% elif memory.netscan %}
{% include "analysis/memory/_netscan.html" %}
{% endif %} {% if memory.privs %}
{% include "analysis/memory/_privs.html" %}
{% endif %} {% if memory.handles %}
{% include "analysis/memory/_handles.html" %}
{% endif %} {% if memory.getsids %}
{% include "analysis/memory/_getsids.html" %}
{% endif %} {% if memory.dlllist %}
{% include "analysis/memory/_dlllist.html" %}
{% endif %} {% if memory.mutantscan %}
{% include "analysis/memory/_mutantscan.html" %}
{% endif %}
{% else %}
Sorry! No Memory details.
{% endif %}