Skip to content

Instantly share code, notes, and snippets.

@cihansol
Created August 9, 2021 11:29
Show Gist options
  • Select an option

  • Save cihansol/43833e9262eb6f8946fbd8fe61fb7d2d to your computer and use it in GitHub Desktop.

Select an option

Save cihansol/43833e9262eb6f8946fbd8fe61fb7d2d to your computer and use it in GitHub Desktop.
Xamarin Bundle Structure
struct assembly_bundle_entry32
{
UInt32 bundleNamePtr;
UInt32 bundleGzDataPtr;
UInt32 bundleGzDataUncompressed;
UInt32 bundleGzDataCompressed;
};
struct assembly_bundle_entry64
{
UInt64 bundleNamePtr;
UInt64 bundleGzDataPtr;
UInt64 bundleGzDataUncompressed;
UInt64 bundleGzDataCompressed;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment