mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
added thread to flush VT queue after timeout
improved auth popup
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
self.binary.isTaskBinary = YES;
|
||||
|
||||
//add to queue
|
||||
// ->this will processing
|
||||
// ->this will process in background
|
||||
[((AppDelegate*)[[NSApplication sharedApplication] delegate]).taskEnumerator.binaryQueue enqueue:self.binary];
|
||||
|
||||
//add it to 'global' list
|
||||
@@ -420,7 +420,7 @@ bail:
|
||||
|
||||
//complete dylib processing for new dylib
|
||||
// ->get signing info, hash, etc, & save into global list
|
||||
// ...reloads each row (if task is stil current)
|
||||
// ...reloads each row (if task is still current)
|
||||
for(Binary* newDylib in newDylibs)
|
||||
{
|
||||
//generate signing info
|
||||
|
||||
Reference in New Issue
Block a user