About This File
Get information about loaded library inside memory.
* Pros
- Parsed ELF Structure, Program Header, Dynamic Segment, Symbol
* Cons
- Section Header are not parsed, because it not loaded into memory.
- Only 32-Bit Elf Supported.
* Thanks to:
- @Enyby
* Use cases:
- PinOut Hax
- Injection
References:
[1] https://en.wikipedia.org/wiki/Executable_and_Linkable_Format
[2] http://phrack.org/issues/59/8.html (I need to create elf parser before getting through. xD)