{"id":23186002,"url":"https://github.com/kkinos/rdelf2json","last_synced_at":"2025-04-05T04:44:36.989Z","repository":{"id":57652247,"uuid":"450739364","full_name":"kkinos/rdelf2json","owner":"kkinos","description":"CLI application for parsing ELF and converting to json","archived":false,"fork":false,"pushed_at":"2022-04-08T16:23:54.000Z","size":34,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T12:43:30.023Z","etag":null,"topics":["cli","elf-parser","go","json"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkinos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-01-22T06:43:26.000Z","updated_at":"2023-02-14T02:23:57.000Z","dependencies_parsed_at":"2022-08-28T02:12:03.680Z","dependency_job_id":null,"html_url":"https://github.com/kkinos/rdelf2json","commit_stats":null,"previous_names":["kkinos/rdelf2json","kinpoko/rdelf2json"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2Frdelf2json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2Frdelf2json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2Frdelf2json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkinos%2Frdelf2json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkinos","download_url":"https://codeload.github.com/kkinos/rdelf2json/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289399,"owners_count":20914464,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","elf-parser","go","json"],"created_at":"2024-12-18T10:14:03.674Z","updated_at":"2025-04-05T04:44:36.956Z","avatar_url":"https://github.com/kkinos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rdelf2json\n\nCLI application for parsing ELF and converting to json\n\n## Install\n\n```bash\ngo install github.com/kinpoko/rdelf2json@latest\n```\n\n## Usage\n\n```bash\nrdelf2json sample/a.out | jq '.elfheader'\n{\n  \"magic\": \"7f 45 4c 46 2 1 1 0 0 0 0 0 0 0 0 0 \",\n  \"class\": \"ELF64\",\n  \"data\": \"little endian\",\n  \"version\": \"1\",\n  \"type\": \"A shared object\",\n  \"machine\": \"AMD x86-64\",\n  \"entrypoint\": \"0x1060\",\n  \"startofprogramheaders\": \"64 (bytes)\",\n  \"startofsectionheaders\": \"14712 (bytes)\",\n  \"sizeofprogramheaders\": \"56\",\n  \"numberofprogramheaders\": \"13\",\n  \"sizeofsectionheaders\": \"64\",\n  \"numberofsectionheaders\": \"31\",\n  \"sectionheaderstringtableindex\": \"30\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkinos%2Frdelf2json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkinos%2Frdelf2json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkinos%2Frdelf2json/lists"}