konrad-kruczynski / elfsharp

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

Add visibility to symbols #71

Closed nattthebear closed 4 years ago

nattthebear commented 4 years ago

As documented here, the byte after info, referenced at https://github.com/konrad-kruczynski/elfsharp/blob/master/ELFSharp/ELF/Sections/SymbolTable.cs#L44 contains information about the visibility of the symbol. I would like to see that information exposed in the public API.

konrad-kruczynski commented 4 years ago

Fixed, version 2.10 will be pushed to the nuget soon.

nattthebear commented 4 years ago

Thank you! 😄