pub fn find_rtti_data_candidates(
    file: Program<'_>
) -> impl ParallelIterator<Item = MaybeRttiData> + '_
Expand description

Analyze a PE file and return an iterator over every potential reference to an RTTICompleteObjectLocator.