|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FileCopyException | |
---|---|
edu.ntnu.item.jt.system | Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. |
edu.ntnu.item.jt.VMware | Provides an object oriented view of the VMware Vix C library. |
Uses of FileCopyException in edu.ntnu.item.jt.system |
---|
Methods in edu.ntnu.item.jt.system that throw FileCopyException | |
---|---|
ScanResult |
Scanner.executeMalwareSample(File malwareSample,
boolean takeSnapshotBeforeExecution,
boolean revertToSnapshotAfterExecution)
Executes the supplied malware sample on the virtual machine associated with this scanner. |
ArrayList<DynamicAnalysisResult> |
Executor.executeTools(File localSamplePath,
boolean takeSnapshotBeforeExecute)
Executes the tools installed on the given Guest OS. |
ScanResult |
Scanner.scan(File localSamplePath,
boolean takeSnapshotBeforeScan,
boolean revertToSnapshotAfterScan)
Performs a scan operation on a remote machine. |
Uses of FileCopyException in edu.ntnu.item.jt.VMware |
---|
Methods in edu.ntnu.item.jt.VMware that throw FileCopyException | |
---|---|
void |
GuestOS.copyFileFromGuest(String guestPathName,
String hostPathName)
Copy a file from the local machine (client) to the guest OS. |
void |
GuestOS.copyFileToGuest(String localPathName,
String guestPathName)
Copy a file to the guest OS. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |