pub unsafe fn from_raw<'a>(bias: usize, vaddr: usize) -> &'a [Dyn]
Expand description

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