Jeremy Legendre
Jeremy Legendre
macOS Version: 12.3 (21E230) Mapped cache: /System/Library/dyld/dyld_shared_cache_x86_64h Current cache slide: 0x15015000 (not sure if it helps) When running: `dsdump -oc /System/Library/Frameworks/Foundation.framework/Foundation` Result: ``` Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception...
Now that Big Sur is only shipping with a shared cache, it would be awesome to dsdump a framework from within the shared cache. Even support for extracted libraries would...
C bindings for use with plain C, Objective-C, and interfacing with other languages which do not have a Swift FFI. To build and run the C example you must first...
In `TKMutableAssetStorage.m` add: ``` - (BOOL)caAllowSubimageOfImage:(CGImageRef)image { return YES; } ```
Turns out CoreUI.framework has its own implementation of the `BOM*` functions which are NOT exported. ``` % nm -a /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI | grep BOM ... 00007fff4228e697 t _BOMTreeIteratorFree 00007fff4228dcf1 t _BOMTreeIteratorIsAtEnd...