largely completed virus total logic

began implementing sorting logic (just for top pane)
This commit is contained in:
Patrick Wardle
2015-06-21 21:37:52 -10:00
parent 014f70da94
commit ff77a49ed5
20 changed files with 1020 additions and 287 deletions
+4
View File
@@ -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);