VolImageinfo

Volatility script for command imageinfo

javascript · Volatility (Deprecated)

Details

IDVolImageinfo
Languagejavascript
From Version5.0.0
Tagsmemory forensics volatility server

README

Volatility script for command imageinfo.

Script Data


Name Description
Script Type javascript
Tags memory, forensics, volatility, server

Inputs


Argument Name Description
memdump The path to memory dump the file on the system being used.
system The system with Volatility installed to be used for the analysis.
profile The Volatility profile to use.

Outputs


There are no outputs for this script.

var cmdline = 'imageinfo';
var out = executeCommand('Volatility', {memdump:args.memdump, profile:args.profile, system: args.system, cmd:cmdline});
return out;