{"id":18346181,"url":"https://github.com/mobile-dev-inc/machoparser","last_synced_at":"2025-04-06T08:33:13.780Z","repository":{"id":65508434,"uuid":"551518138","full_name":"mobile-dev-inc/MachOParser","owner":"mobile-dev-inc","description":"MachOParser is a Kotlin library to parse Mach-O files","archived":false,"fork":false,"pushed_at":"2022-10-18T12:20:50.000Z","size":415,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-05-25T23:26:57.673Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/mobile-dev-inc.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-10-14T14:51:44.000Z","updated_at":"2022-11-21T03:15:30.000Z","dependencies_parsed_at":"2023-01-26T16:31:29.345Z","dependency_job_id":null,"html_url":"https://github.com/mobile-dev-inc/MachOParser","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-dev-inc%2FMachOParser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-dev-inc%2FMachOParser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-dev-inc%2FMachOParser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mobile-dev-inc%2FMachOParser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mobile-dev-inc","download_url":"https://codeload.github.com/mobile-dev-inc/MachOParser/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223245058,"owners_count":17112572,"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":[],"created_at":"2024-11-05T21:10:44.566Z","updated_at":"2024-11-05T21:10:45.401Z","avatar_url":"https://github.com/mobile-dev-inc.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MachOParser\n\nMachOParser is a Kotlin library to parse Mach-O files\n\n[Mach-O](https://en.wikipedia.org/wiki/Mach-O) is a file format for executables, shared libraries and related binaries.\nThis library reads the Mach-O file and provides access to its metadata. The CPU Type metadata is supported.\n\n## Installation\n\nGradle:\n``` gradle\nrepositories {\n    mavenCentral()\n}\n\ndependencies {\n    implementation(\"dev.mobile:machoparser\")\n}\n```\n\n## Usage\n\n``` kotlin\nlet file = File(...)\nif (MachOParser.parseCPUTypes(file.inputStream()).contains(X86_64)) {\n    // handle X86_64\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobile-dev-inc%2Fmachoparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmobile-dev-inc%2Fmachoparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmobile-dev-inc%2Fmachoparser/lists"}