pub trait Binary { // Provided methods fn entrypoint(&self) -> u64 { ... } fn imagebase(&self) -> u64 { ... } fn is_pie(&self) -> bool { ... } }