I know that SpringboardService contains a lot of private API's (as example: SBGetApplicationState, SBDimScreen etc). I got the list of these methods using "nm" tool.
I want to find a tool which will let me get signatures for these private API methods. As I understand SBGetApplicationState is a C call (vs Objective C method). So I am not sure whether it's possible to recover signatures without disassembling and additional manual actions. However, I hope that at least semi-automated process exist.
Several notes:
a) I have seen this link (iOS Runtime private headers):
https://github.com/nst/iOS-Runtime-Headers
It contains only Objective C headers.
b) I have seen this link (SpringBoard.app/MIG subsystem)
http://iphonedevwiki.net/index.php/SpringBoard.app/MIG_subsystem
It contains some interesting information, but the documentation is a little bit outdate (for iOS 3.1-4.2)
c) I am doing a research and I don't plan to submit any application to AppStore. I am well aware of AppStore rejections based on usage of private API's
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…