Deprecated: trim(): Passing null to parameter #1 ($string) of type string is deprecated in /var/www/html/extensions/Variables/includes/ExtVariables.php on line 198
SpringBoard.app/MIG subsystem - iPhone Development Wiki

SpringBoard.app/MIG subsystem

From iPhone Development Wiki
Revision as of 21:27, 19 November 2009 by KennyTM~ (talk | contribs) (Created page with 'This page lists all known MIG subsystems of SpringBoard.app in version 3.1. == SpringBoard Services == === General characteristics === {| class="wikitable" |- ! Bootstr…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This page lists all known MIG subsystems of SpringBoard.app in version 3.1.

SpringBoard Services

General characteristics

Bootstrap service name com.apple.springboard.services
Subsystem server symbol 0x49361
Server prefix _SBXX
Client prefix SB
Routine IDs 2,000,000 – 2,000,110
Routines count 111
Client interface SpringBoardServices.framework

Routines

ID Routine & Arguments High-level server receiver High-level client call
2,000,000 AppWillOrderInContext
(mach_port_t server, unsigned context, float windowLevel, int windowOutput, [audit_token_t token])
-[SBAppContextHostView willOrderInContextWithId:windowLevel:windowOutput:] -[UIApplication applicationWillOrderInContext:windowLevel:windowOutput:]
2,000,001 AppDidOrderOutContext
(mach_port_t server, unsigned context, [audit_token_t token])
-[SBAppContextHostView didOrderOutContextWithId:] -[UIApplication _sendOrderedOutContexts]
2,000,002 CreateHardwareSnapshot
(mach_port_t server, CGRect frame, void** jpegSnapshot, size_t* length, [audit_token_t token])
-[SBAppContextHostView createIOSurfaceForFrame:] -[UIApplication _updateDefaultImage]
2,000,003 LaunchApplicationWithIdentifier
(mach_port_t server, const char* appID, char flags, void* unknown, [audit_token_t token])
0x46200 → 0x45baa SBSLaunchApplicationWithIdentifier