Skip to content

Commit c77c402

Browse files
committed
Update RuntimeHookChecker.swift
1 parent 989ad11 commit c77c402

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

IOSSecuritySuite/RuntimeHookChecker.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ internal class RuntimeHookChecker {
3939

4040
_ = swiftOnceDenyFishHooK
4141

42-
// dladdr will look through vm range of allImages for vm range of an Image that contains pointer of method and return info of the Image
42+
// dladdr will look through vm range of allImages for vm range of an Image that contains pointer
43+
// of method and return info of the Image
4344
if dladdr(UnsafeRawPointer(imp), &info) != 1 {
4445
return false
4546
}

0 commit comments

Comments
 (0)