Linux nm equivalent rust library to list symbols from object files using goblin.
nm
Currently support ELF only.
pub use crate::object::elf::ELF;