CoreSymbolication icon indicating copy to clipboard operation
CoreSymbolication copied to clipboard

Reverse engineered headers for Apples CoreSymbolication private framework; plus the set of test cases I used to validate it

Results 1 CoreSymbolication issues
Sort by recently updated
recently updated
newest added

It seems kCSNow is `0x8000000000000000llu` instead of `0x80000000u`. This makes sense as times are uint64_t. This can be checked by e.g. disassembling the 64-bit part of `/usr/lib/libdtrace.dylib`, function `symbolOwnerForName`: Source:...