D2PEDump

Execute PE Dump on a file that is under /tmp somewhere. Used internally by StaticAnalyze

javascript · D2 (Deprecated)

Source

var files = files('/tmp', true, false, args.file);
if (files && files.length > 0) {
    packOutput('pedump ' + files[0].Path);
}

README

Executes a PE Dump on a file that is under /tmp path (relative). This is used internally by StaticAnalyze.

Script Data


Name Description
Script Type javascript
Tags executable, agent

Inputs


Argument Name Description
file The path to the PE file to analyze, relative to /tmp.

Outputs


There are no outputs for this script.