{"id":16322275,"url":"https://github.com/p-x9/elfkit","last_synced_at":"2025-07-17T23:08:15.810Z","repository":{"id":239418781,"uuid":"792266538","full_name":"p-x9/ELFKit","owner":"p-x9","description":"🔬 A Swift library for parsing ELF files to obtain various information.","archived":false,"fork":false,"pushed_at":"2025-06-20T14:57:27.000Z","size":352,"stargazers_count":26,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-05T18:54:03.953Z","etag":null,"topics":["binary","elf","elf-parser","parser","reverse-engineering","swift","symbols"],"latest_commit_sha":null,"homepage":"https://p-x9.github.io/ELFKit/documentation/elfkit/","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/p-x9.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-26T10:09:37.000Z","updated_at":"2025-06-20T14:56:04.000Z","dependencies_parsed_at":"2024-05-12T10:26:47.420Z","dependency_job_id":"52fcb8ae-1b39-47ff-8668-0e189f318b53","html_url":"https://github.com/p-x9/ELFKit","commit_stats":null,"previous_names":["p-x9/elfkit"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/p-x9/ELFKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-x9%2FELFKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-x9%2FELFKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-x9%2FELFKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-x9%2FELFKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/p-x9","download_url":"https://codeload.github.com/p-x9/ELFKit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/p-x9%2FELFKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265677514,"owners_count":23809983,"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":["binary","elf","elf-parser","parser","reverse-engineering","swift","symbols"],"created_at":"2024-10-10T22:50:28.491Z","updated_at":"2025-07-17T23:08:15.789Z","avatar_url":"https://github.com/p-x9.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ELFKit\n\nLibrary for parsing ELF files to obtain various information.\n\n\u003c!-- # Badges --\u003e\n\n[![Github issues](https://img.shields.io/github/issues/p-x9/ELFKit)](https://github.com/p-x9/ELFKit/issues)\n[![Github forks](https://img.shields.io/github/forks/p-x9/ELFKit)](https://github.com/p-x9/ELFKit/network/members)\n[![Github stars](https://img.shields.io/github/stars/p-x9/ELFKit)](https://github.com/p-x9/ELFKit/stargazers)\n[![Github top language](https://img.shields.io/github/languages/top/p-x9/ELFKit)](https://github.com/p-x9/ELFKit/)\n\n## Features\n\n- parse segments\n- parse sections\n- parse dynamics\n- symbol list\n- get all cstrings\n- rebase infos\n- notes\n- ...\n\n## Usage\n\n### Load from file\n\nFor reading from file, use the `ELFFile` structure.\n\nReading from a file can be as follows.\n\n```swift\nlet path = \"Path to MachO file\"\nlet url = URL(string: path)\n\nlet elf = try ELFFile(url: url)\n```\n\n### Example Codes\n\nThere are a variety of uses, but most show a basic example that prints output to the Test directory.\n\n#### Load from file\n\nThe following file contains sample code.\n[ELFFilePrintTests](./Tests/ELFKitTests/ELFFilePrintTests.swift)\n\n## Related Projects\n\n- [MachOKit](https://github.com/p-x9/MachOKit)\n    A swift library for parsing MachO binaries\n\n## License\n\nELFKit is released under the MIT License. See [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp-x9%2Felfkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fp-x9%2Felfkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fp-x9%2Felfkit/lists"}