mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
largely completed virus total logic
began implementing sorting logic (just for top pane)
This commit is contained in:
@@ -282,6 +282,10 @@ bail:
|
||||
mach_vm_deallocate(mach_task_self(), (vm_offset_t)allImageInfo, aifBytesRead);
|
||||
}
|
||||
|
||||
//remove dups
|
||||
//TODO: this isn't mutable - which is ok, but maybe change reply method def?
|
||||
[dylibPaths setArray:[[NSSet setWithArray:dylibPaths] allObjects]];
|
||||
|
||||
//invoke reply block
|
||||
reply(dylibPaths);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user