konrad-kruczynski / elfsharp

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

ELF: Support for parsing the Dynamic Section #43

Closed Evmaus-MS closed 4 years ago

Evmaus-MS commented 5 years ago

It'd be useful for a project I'm working on that consumes ELFSharp (BinSkim -- https://github.com/Microsoft/binskim ) if ELFSharp could parse the Dynamic section of an ELF binary--we need to check some parts of that section in order to implement a check.

If you'd like, I can put together a PR with an implementation and send it over.

konrad-kruczynski commented 5 years ago

Parsing dynamic section could definitely see some use and PR would surely be nice to see :)

motianlun1111 commented 5 years ago

This Elfsharp is very good, but i am a freshman and if this project has a user manual that will be greater. Now i always do not know which workspace to use, and i want to load all the symbols and address of those symbols, but i do not know how to do it. the examples is too less. by the way, can this Lib show the details of some structure symbols? so appreciated you can share such a good thing.

konrad-kruczynski commented 5 years ago

@motianlun1111 Please create a separate ticket to discuss that problem and describe what do you need specifically.

konrad-kruczynski commented 4 years ago

This can now be closed.