From 59804e17a0d1562ca0f847db986ed93b25825b6d Mon Sep 17 00:00:00 2001 From: walon Date: Mon, 28 Jul 2025 10:33:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=20PolymorphicRawImage.cpp.tp?= =?UTF-8?q?l=E4=B8=AD=E6=97=A0=E7=94=A8=E7=9A=84RawSectionHeader=E7=B1=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Templates~/PolymorphicRawImage.cpp.tpl | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Templates~/PolymorphicRawImage.cpp.tpl b/Templates~/PolymorphicRawImage.cpp.tpl index ef091f5..66fd334 100644 --- a/Templates~/PolymorphicRawImage.cpp.tpl +++ b/Templates~/PolymorphicRawImage.cpp.tpl @@ -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)