konrad-kruczynski / elfsharp

Pure managed C# library for reading ELF, UImage, Mach-O binaries.
https://elfsharp.it
Other
151 stars 56 forks source link

Implemented TryGetSection + minor changes. #22

Closed luk32 closed 9 years ago

luk32 commented 9 years ago

Added TryGetSection methods to Elf and IELF classes. Reimplemented associated Get methods to use TryGets.

Defined magic index with a meaninigful name private constant.

Renamed template parameter in GetSections from S to TSections.

Should not generate conflicts.

luk32 commented 9 years ago

Mistake again.