D2PEDump
Execute PE Dump on a file that is under /tmp somewhere. Used internally by StaticAnalyze
javascript · D2 (Deprecated)
Details
| ID | D2PEDump |
|---|---|
| Language | javascript |
| From Version | 5.0.0 |
| Tags | executable agent |
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.
commonfields: id: D2PEDump version: -1 name: D2PEDump script: '' type: javascript tags: - executable - agent comment: Execute PE Dump on a file that is under /tmp somewhere. Used internally by StaticAnalyze system: true args: - name: file required: true default: true description: Path to the PE file to analyze, relative to /tmp scripttarget: 1 dependson: {} timeout: 0s fromversion: 5.0.0 tests: - no test