mirror of
https://github.com/objective-see/TaskExplorer.git
synced 2026-03-22 07:02:39 +00:00
v1.4 candidate
-improved auth window prompt (delay after success) -added extraction/printing of obj-c objects from exception.reason -ensures comparison of dylib to main binary image name now handles symbolic links -new icon
This commit is contained in:
@@ -304,8 +304,8 @@ bail:
|
||||
for(NSString* dylibPath in dylibPaths)
|
||||
{
|
||||
//skip main executable image
|
||||
//TODO: also check realpath() or obj-c equiv!
|
||||
if(YES == [dylibPath isEqualToString:self.binary.path])
|
||||
// ->making sure to resolve symlinks
|
||||
if(YES == [dylibPath isEqualToString:[self.binary.path stringByResolvingSymlinksInPath]])
|
||||
{
|
||||
//skip
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user