|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScanThreadCallback | |
---|---|
edu.ntnu.item.jt.system | Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. |
Uses of ScanThreadCallback in edu.ntnu.item.jt.system |
---|
Classes in edu.ntnu.item.jt.system that implement ScanThreadCallback | |
---|---|
class |
ThreadHandler
Responsible for handling threaded parallel malware scan. |
Methods in edu.ntnu.item.jt.system with parameters of type ScanThreadCallback | |
---|---|
void |
Scanner.startThreadedMalwareExecution(File localSamplePath,
boolean takeSnapshotBeforeScan,
ScanThreadCallback callback)
Creates and starts a thread which will execute a malware sample on the virtual machine associated with this Scanner object. |
void |
Scanner.startThreadedScan(File localSamplePath,
boolean takeSnapshotBeforeScan,
ScanThreadCallback scanThreadCallback)
Launch a separate thread that performs scan and reports back to the given callback object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |