{"id":20159710,"url":"https://github.com/nowsecure/ipa-extract-exec","last_synced_at":"2025-10-18T17:10:54.368Z","repository":{"id":57276475,"uuid":"57918571","full_name":"nowsecure/ipa-extract-exec","owner":"nowsecure","description":"Extract the executable from an IPA file along with helpful meta data.","archived":false,"fork":false,"pushed_at":"2018-09-05T16:59:24.000Z","size":15,"stargazers_count":4,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-07T10:26:10.141Z","etag":null,"topics":["ipa","nodejs"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nowsecure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-05-02T20:12:41.000Z","updated_at":"2024-12-24T20:11:10.000Z","dependencies_parsed_at":"2022-09-14T02:50:46.569Z","dependency_job_id":null,"html_url":"https://github.com/nowsecure/ipa-extract-exec","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-exec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-exec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-exec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nowsecure%2Fipa-extract-exec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nowsecure","download_url":"https://codeload.github.com/nowsecure/ipa-extract-exec/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247670972,"owners_count":20976666,"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":["ipa","nodejs"],"created_at":"2024-11-14T00:09:40.050Z","updated_at":"2025-10-18T17:10:54.150Z","avatar_url":"https://github.com/nowsecure.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SYNOPSIS\n\nExtract the executable from an IPA file along with helpful meta data.\n\n```js\nvar fs = require('fs');\nvar extract = require('ipa-extract-exec');\nvar encryptedSync = require('macho-is-encrypted').path\n\nvar fd = fs.openSync(__dirname + '/Foo.ipa', 'r');\n\nextract(fd, function (err, tmpPath, name, plist, origFile) {\n  if (err) throw err;\n  const encrypted = encryptedSync(tmpPath)\n  console.log(`${name} (${plist.CFBundleIdentifier}) is ${encrypted}`)\n});\n```\n\n# LICENSE\n\nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fipa-extract-exec","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnowsecure%2Fipa-extract-exec","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnowsecure%2Fipa-extract-exec/lists"}