binding-tools-for-swift
binding-tools-for-swift copied to clipboard
DylibBinder Getting Enum Elements
In order to get enum elements from .dylib files, we will need to look in the Reflection Metadata Field Descriptor for enums. Apple maps the layout of the Reflection Metadata Field Descriptor here.

By following this layout we should be able to map the memory locations to the proper values.