All Projects → uroboro → NotificationExplorer

uroboro / NotificationExplorer

Licence: GPL-3.0 License
See what notifications exist at runtime

Programming Languages

Logos
282 projects
objective c
16641 projects - #2 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to NotificationExplorer

HSWidgets
Add options to display widgets right on your homescreen.
Stars: ✭ 35 (-18.6%)
Mutual labels:  jailbreak, theos, logos
Priorityhub
Sorted notifications jailbreak tweak
Stars: ✭ 93 (+116.28%)
Mutual labels:  jailbreak, theos, logos
TranslucentMessages
Make the iOS Messages app translucent!
Stars: ✭ 18 (-58.14%)
Mutual labels:  jailbreak, theos, logos
FLEXall
Another FLEX loader that can be activated using long press on status bar or long three finger press anywhere.
Stars: ✭ 38 (-11.63%)
Mutual labels:  jailbreak, theos, logos
Nougat
Android notification shade for iOS
Stars: ✭ 25 (-41.86%)
Mutual labels:  jailbreak, theos, logos
ReachInfo
Reachability modernized.
Stars: ✭ 21 (-51.16%)
Mutual labels:  jailbreak, theos, logos
Lookinloader
Lookin - iOS UI Debugging Tweak LookinLoader,Compatible with iOS 8~13
Stars: ✭ 357 (+730.23%)
Mutual labels:  jailbreak, logos
Tweakcompatible
Adds a compatibility checker to cydia
Stars: ✭ 372 (+765.12%)
Mutual labels:  jailbreak, theos
Mitsuhaxi
Universal iOS 11 audio visualizer
Stars: ✭ 44 (+2.33%)
Mutual labels:  jailbreak, logos
Wechatpri
个人版微信
Stars: ✭ 59 (+37.21%)
Mutual labels:  jailbreak, theos
Flextotheos
Turn Flex patches into Theos projects
Stars: ✭ 50 (+16.28%)
Mutual labels:  jailbreak, theos
orion
Elegant tweak development in pure Swift
Stars: ✭ 149 (+246.51%)
Mutual labels:  jailbreak, theos
theos-projects
THEOS projects
Stars: ✭ 23 (-46.51%)
Mutual labels:  jailbreak, theos
Personal Tweaks
Tweaks that are extremely small, or are not really mine, but aren't forks either
Stars: ✭ 13 (-69.77%)
Mutual labels:  theos, logos
Volumebar9
A jailbreak tweak to change the stock volume HUD
Stars: ✭ 10 (-76.74%)
Mutual labels:  jailbreak, logos
Cydia
🔥🔥🔥我的微信公众号: Cydia 🔥🔥🔥=> Cydia插件 Logos语言 开发Tweak.xm Cydia Substrate 注入dylib iOS逆向工程开发 越狱Jailbreak deb插件 - fishhook / Frida / iOSOpenDev / Cycript / MachOView / IDA / Hopper Disassembler / MonkeyDev / Class-dump / Theos / Reveal / Dumpdecryptd / FLEX / 汇编Assembly / CaptainHook / lldb/LLVM/XNU/Darwin/iOS Reverse
Stars: ✭ 407 (+846.51%)
Mutual labels:  theos, logos
Dune
A free, open-source, iOS 13-like dark mode for iOS 11 and 12
Stars: ✭ 71 (+65.12%)
Mutual labels:  theos, logos
ProxySwitcher
Easily enable / disable WiFi proxy on a jailbroken iOS device
Stars: ✭ 55 (+27.91%)
Mutual labels:  jailbreak, theos
simple-icons-pdf
PDF icons for popular brands
Stars: ✭ 16 (-62.79%)
Mutual labels:  logos
ngx-toasta
Simple and clean Toast notification library for AngularX (Angular2 and beyond)
Stars: ✭ 20 (-53.49%)
Mutual labels:  notifications

NotificationExplorer

See what notifications exist at runtime.

It keeps a list of notifications that come in contact with:

classes:

  • NSNotificationCenter
  • NSDistributedNotificationCenter
  • CPDistributedNotificationCenter
  • CPDistributedMessagingCenter

functions:

  • CFNotificationCenterAddObserver
  • CFNotificationCenterPostNotification
  • CFNotificationCenterPostNotificationWithOptions
  • notify_post
  • notify_register_check
  • notify_register_signal
  • notify_register_mach_port
  • notify_register_file_descriptor

Cleared out list of hooked classes and functions: sources/interfaces.h

Designed to be used in cycript with the following commands:

?expand
[[UFSNotificationList sharedInstance].notifications description]

To save the table of notifications, you can do:

[[UFSNotificationList sharedInstance].notifications writeToFile:@"/User/process.notifications.plist" atomically:YES]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].