I tried to write a metadata parser using the source code of libil2cpp for windows app. It works fine for both windows and ios app. However, when I try to apply this tool to android's global-metadata.dat, an error occurred: `assert(s_GlobalMetadataHeader->version == 21)` will fail. My questions is that is the format of global-metadata.dat different between android and ios or windows?
↧