{"id":57581,"library":"goblin","title":"Goblin","description":"An impish, cross-platform, ELF, Mach-o, and PE binary parsing and loading crate.","status":"active","version":"0.10.7","language":"rust","source_language":null,"source_url":"https://github.com/m4b/goblin","tags":["binary","parsing","elf","mach-o","pe","cross-platform"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\ngoblin = \"0.10.7\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add goblin","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Elf","correct":"use goblin::elf::Elf;"}],"quickstart":{"code":"use goblin::elf::Elf;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let bytes = std::fs::read(\"some_binary\")?;\n    let elf = Elf::parse(&bytes)?;\n    println!(\"ELF entry point: {:#x}\", elf.header.e_entry);\n    Ok(())\n}","lang":"rust","description":"Parses an ELF binary and prints its entry point."},"warnings":[],"env_vars":null,"search_vec":"'binari':13,18 'crate':17 'cross':5,26 'cross-platform':4,25 'elf':7,20 'goblin':1 'impish':3 'load':16 'mach':9,22 'mach-o':8,21 'o':10,23 'pars':14,19 'pe':12,24 'platform':6,27","created_at":"2026-06-16T15:49:39.482398+00:00","updated_at":"2026-06-16T15:49:39.482398+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/m4b/goblin","github":"https://github.com/m4b/goblin","docs":"https://docs.rs/goblin/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility","other"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-16","next_check":"2026-12-13","install_tag":null}}