删除 PolymorphicRawImage.cpp.tpl中无用的RawSectionHeader类
parent
be024a3b35
commit
59804e17a0
|
@ -10,14 +10,6 @@ namespace hybridclr
|
|||
namespace metadata
|
||||
{
|
||||
|
||||
struct RawSectionHeader
|
||||
{
|
||||
uint32_t fileOffset;
|
||||
uint32_t fileLength;
|
||||
uint32_t rva;
|
||||
uint32_t virtualSize;
|
||||
};
|
||||
|
||||
LoadImageErrorCode PolymorphicRawImage::LoadCLIHeader(uint32_t& entryPointToken, uint32_t& metadataRva, uint32_t& metadataSize)
|
||||
{
|
||||
if (_imageLength < 0x100)
|
||||
|
|
Loading…
Reference in New Issue