From 8537490aa8e9fcca1e97f72cfd978803af96579a Mon Sep 17 00:00:00 2001 From: uroboro Date: Thu, 31 May 2018 10:06:23 -0300 Subject: [PATCH] Removed
tags --- README.md | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) 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 +```