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)
What's New in Version 1.3_1 See changelog
Released
Changelog 1.3_1:
- Added Goto into Symbol Viewer, so it's easy to jump into symbol.
- Improved PHT Viewer.
- Bugs fixed.