Function goblin::elf::dynamic::dyn64::from_raw [−][src]
pub unsafe fn from_raw<'a>(bias: usize, vaddr: usize) -> &'a [Dyn]
Given a bias and a memory address (typically for a correctly mmap’d binary in memory), returns the _DYNAMIC
array as a slice of that memory