Skip to content

Commit

Permalink
Removed <br> tags
Browse files Browse the repository at this point in the history
  • Loading branch information
uroboro authored May 31, 2018
1 parent 1ef93c1 commit 8537490
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ NotificationExplorer
See what notifications exist at runtime.

It keeps a list of notifications that come in contact with:
<br>classes:

classes:

- NSNotificationCenter
- NSDistributedNotificationCenter
- CPDistributedNotificationCenter
- CPDistributedMessagingCenter

<br>functions:
functions:

- CFNotificationCenterAddObserver
- CFNotificationCenterPostNotification
- CFNotificationCenterPostNotificationWithOptions
Expand All @@ -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<br>
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:<br>
```
?expand<br>
?expand
[[UFSNotificationList sharedInstance].notifications description]
```

To save the table of notifications, you can do:<br>
To save the table of notifications, you can do:

```
[[UFSNotificationList sharedInstance].notifications writeToFile:@"/User/process.notifications.plist" atomically:YES]
```
```

0 comments on commit 8537490

Please sign in to comment.