class :
kong.ELF.ELF_platform.PT : mine!(Phdr)
| Type | Name | Description |
| Constructors: | ||
| (image img, lazy DT dynamic) | this | Use custom DT_DYNAMIC miner. |
| (image img) | this | Use default DT_DYNAMIC miner. |
| Data: | ||
| image | img | From constructor. (Shame you cant subclass nested classes) |
| DT | dynamic | DT_DYNAMIC miner. |
| Methods: | ||
| Off (Addr) | RVA2file | |
| Addr (Off) | file2RVA | |
| uint (in Phdr) | index |
Example:
[elf_dump.d http://destroy.selfip.org/svn_view/index.cgi/root/view/kong/examples/elf_dump.d]
Related:
image_interface, mine, DT, [ELF.types http://destroy.selfip.org/svn_view/index.cgi/root/view/kong/ELF/types.d]
