GammaRay
GammaRay copied to clipboard
probeabidetector_mac needs support for FAT libraries
Currently only supports MH_MAGIC and MH_MAGIC_64 the Qt6 libraries have a FAT_CIGAM marker.
See https://opensource.apple.com/source/xnu/xnu-792/EXTERNAL_HEADERS/mach-o/fat.h.auto.html problem is that given that one library can have multiple abis now, so i guess that abiForExecutable should return a list of ProbeABI instead of just one?