pub fn get_image_base(name: &str) -> Option<usize>
Returns the base address of the image with the given name, if loaded.
Results are cached after the first successful lookup.