diff --git a/README.md b/README.md index 47f5584..cd08d9a 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,16 @@ NotificationExplorer See what notifications exist at runtime. It keeps a list of notifications that come in contact with: -
classes: + +classes: + - NSNotificationCenter - NSDistributedNotificationCenter - CPDistributedNotificationCenter - CPDistributedMessagingCenter -
functions: +functions: + - CFNotificationCenterAddObserver - CFNotificationCenterPostNotification - CFNotificationCenterPostNotificationWithOptions @@ -21,15 +24,17 @@ It keeps a list of notifications that come in contact with: - notify_register_file_descriptor -Cleared out list of hooked classes and functions: sources/interfaces.h
+Cleared out list of hooked classes and functions: sources/interfaces.h + +Designed to be used in cycript with the following commands: -Designed to be used in cycript with the following commands:
``` -?expand
+?expand [[UFSNotificationList sharedInstance].notifications description] ``` -To save the table of notifications, you can do:
+To save the table of notifications, you can do: + ``` [[UFSNotificationList sharedInstance].notifications writeToFile:@"/User/process.notifications.plist" atomically:YES] -``` \ No newline at end of file +```