Module goblin::elf::dynamic::dyn64 [−][src]
Re-exports
pub use crate::elf::dynamic::*; |
Structs
Dyn | An entry in the dynamic array |
DynamicInfo | Important dynamic linking info generated via a single pass through the |
Constants
SIZEOF_DYN |
Functions
from_fd | Returns a vector of dynamic entries from the given fd and program headers |
from_phdrs⚠ | Maybe gets and returns the dynamic array with the same lifetime as the [phdrs], using the provided bias with wrapping addition. If the bias is wrong, it will either segfault or give you incorrect values, beware |
from_raw⚠ | Given a bias and a memory address (typically for a correctly mmap’d binary in memory), returns the |
get_needed⚠ | Gets the needed libraries from the |