Hi, I have an assembly that has no code, no binary resources but only some string resources. Cecil is failing during load in ImageReader here:
void ComputeTableInformations ()
{
uint offset = (uint) BaseStream.Position -
image.MetadataSection.PointerToRawData; // header
int stridx_size = image.StringHeap.IndexSize;
int blobidx_size = image.BlobHeap.IndexSize;
because the image.BlobHeap is null.
Jan
--
--
mono-cecil
