pub unsafe fn find_embedded_reloc(
image_base: *const u8,
image_size: usize,
) -> PeResult<EmbeddedRelocData>Expand description
Find and parse .morpheus section containing reloc metadata
ยงSafety
Caller must ensure image_base points to valid PE in memory