vmi_utils::injector

Type Alias ImageSymbolCache

Source
pub type ImageSymbolCache = HashMap<String, HashMap<String, Va>>;
Expand description

A cache of symbols for multiple images. The key is the image filename and the value is the symbol cache.

Aliased Typeยง

struct ImageSymbolCache { /* private fields */ }