fn find_user_decoders() -> Vec<Box<DynBasicTranslator>>
Expand description
Look inside the config directory and inside “$(cwd)/.surfer” for user-defined decoders To add a new decoder named ‘x’, add a directory ‘x’ to the decoders directory Inside, multiple toml files can be added which will all be used for decoding ‘x’ This is useful e.g., for layering RISC-V extensions