Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以挂钩到一个框架,例如CoreLocation,以便所有链接到该框架的应用程序都能看到补丁?
目前我可以通过以下步骤连接到特定的应用程序:
iphone/tweak
bundle identifier
%hook classname
但是,这只会将调整暴露给单个应用程序。我可以直接修补框架吗?bundle identifier在这种情况下我应该使用什么?
每个框架都有带有 CFBundleIdentifier 键的 Info.plist 文件。要挂钩链接到 CoreLocation.frameworkcom.apple.corelocation的进程,请输入捆绑过滤器。
com.apple.corelocation