ObjectSection.sectionAddress

In JIT mode: absolute address In exe mode: offset from executable start to the section start after loading (in memory)

struct ObjectSection
ulong sectionAddress;

Meta