MichalStrehovsky / iltrim

MIT License
9 stars 1 forks source link

Add support for field RVA data #32

Closed MichalStrehovsky closed 2 years ago

MichalStrehovsky commented 2 years ago
class Program
{
    static ReadOnlySpan<byte> Bytes => new byte[] { 1, 2, 3 };

    static int Main() => Bytes[0];
}

Be able to write out the magic field that underlies the Bytes property.