Skip to main content

find_eexec_data

Function find_eexec_data 

Source
fn find_eexec_data(data: &[u8]) -> Option<usize>
Expand description

Helper to find the position of the data following the ‘eexec’ token.

Unsurprisingly, more complicated than it should be.