C# command to get struct offset?

前端 未结 0 1705
有刺的猬
有刺的猬 2021-02-15 19:18

Suppose I have a C# struct like this:

[StructLayout(LayoutKind.Explicit)]
struct IMAGE_DOS_HEADER {
    [FieldOffset(60)] public int e_lfanew;
}
<
相关标签:
回答
  • 消灭零回复
提交回复
热议问题