IMAGE_DATA_DIRECTORY

public struct IMAGE_DATA_DIRECTORY
{
    public uint VirtualAddress;
    public uint Size;
}

Last updated