├── APIManager ├── APIManager.h └── APIManager.m ├── Documentation ├── Apple Private APIs.docx └── Private API and Frameworks.pptx ├── LICENSE ├── README.md ├── Research └── PrivateFrameworks │ └── MediaServices │ ├── MSVZipArchive.h │ └── MSVZipArchive.m └── TODO /APIManager/APIManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/APIManager/APIManager.h -------------------------------------------------------------------------------- /APIManager/APIManager.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/APIManager/APIManager.m -------------------------------------------------------------------------------- /Documentation/Apple Private APIs.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/Documentation/Apple Private APIs.docx -------------------------------------------------------------------------------- /Documentation/Private API and Frameworks.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/Documentation/Private API and Frameworks.pptx -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/README.md -------------------------------------------------------------------------------- /Research/PrivateFrameworks/MediaServices/MSVZipArchive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/Research/PrivateFrameworks/MediaServices/MSVZipArchive.h -------------------------------------------------------------------------------- /Research/PrivateFrameworks/MediaServices/MSVZipArchive.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/Research/PrivateFrameworks/MediaServices/MSVZipArchive.m -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTJailed/PrivateAPIManager/HEAD/TODO --------------------------------------------------------------------------------