fn find_eexec_data(data: &[u8]) -> Option<usize>
Helper to find the position of the data following the ‘eexec’ token.
Unsurprisingly, more complicated than it should be.