NSObjectSafe
NSObjectSafe copied to clipboard
NSConstantArray need add to the hook list
Test Case: NSArray *arr = @[@"1",@"2",@"2",@"2",@"2",@"2",@"2",@"2",@"2"]; arr[100] [arr objectAtIndex:100] Crash Error: Uncaught exception: NSRangeException: *** -[NSConstantArray objectAtIndex:]: index 100 beyond bounds [0 .. 8] -[NSConstantArray objectAtIndexedSubscript:]: index 100 beyond bounds [0 .. 8]