Skip to content

Commit

Permalink
Also read the reloc section in memory
Browse files Browse the repository at this point in the history
  • Loading branch information
jbevain committed Jun 30, 2011
1 parent 4b64432 commit 496a4ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Mono.Cecil.PE/ImageReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,9 +276,6 @@ void ReadSections (ushort count)

sections [i] = section;

if (section.Name == ".reloc")
continue;

ReadSectionData (section);
}

Expand Down

0 comments on commit 496a4ae

Please sign in to comment.