Skip to content

Instantly share code, notes, and snippets.

@S1ReX
Created November 12, 2012 14:11
Show Gist options
  • Select an option

  • Save S1ReX/4059598 to your computer and use it in GitHub Desktop.

Select an option

Save S1ReX/4059598 to your computer and use it in GitHub Desktop.
%hook SBTelephonyManager
-(NSString *)operatorName {
NSDate* date = [NSDate date];
return date;
}
%end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment