konrad-kruczynski / elfsharp

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

ELFReader overloads for Stream. #58

Closed konrad-kruczynski closed 4 years ago

konrad-kruczynski commented 4 years ago

ELF instances can now be created directly from Stream. Old, file overloads are still there. Test utilities can be simplified once the same work is done for Mach-O and UImage. Important refactoring and simplication done at the same time.

This closes #56.