You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
malstrscan can list strings to which malicious code refers. Configuration data is usually encoded by malware. Malware writes decoded configuration data to memory, it may be in memory. This feature may list decoded configuration data.
This feature lists strings only from PE loaded memory space by default. -a option will also list strings in the parent memory space, such as Heap.
$ python vol.py malstrscan -a -f images.mem --profile=Win7SP1x64