Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/cecil.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbevain <jbevain@gmail.com>2011-06-30 20:15:19 +0400
committerjbevain <jbevain@gmail.com>2011-06-30 20:15:19 +0400
commit496a4aecbe6ae8046013a494e69b76258ad70a0d (patch)
tree9118cc220b83bf66395abec0ab68ef7945a15636 /Mono.Cecil.PE
parent4b64432f67c3a6650d0401641e548fc2ca32cb4e (diff)
Also read the reloc section in memory
Diffstat (limited to 'Mono.Cecil.PE')
-rw-r--r--Mono.Cecil.PE/ImageReader.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Mono.Cecil.PE/ImageReader.cs b/Mono.Cecil.PE/ImageReader.cs
index ebd4c6b..734b00a 100644
--- a/Mono.Cecil.PE/ImageReader.cs
+++ b/Mono.Cecil.PE/ImageReader.cs
@@ -276,9 +276,6 @@ namespace Mono.Cecil.PE {
sections [i] = section;
- if (section.Name == ".reloc")
- continue;
-
ReadSectionData (section);
}