{"id":21179592,"url":"https://github.com/puntorigen/apk_unpack","last_synced_at":"2025-07-09T23:31:46.819Z","repository":{"id":57156667,"uuid":"80234261","full_name":"puntorigen/apk_unpack","owner":"puntorigen","description":"NodeJS APK unpacker (gets the assets and source codes)","archived":false,"fork":false,"pushed_at":"2021-09-16T00:15:28.000Z","size":50081,"stargazers_count":77,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T05:07:56.265Z","etag":null,"topics":["android","apk-decompiler","cli","java","javascript","npm-package"],"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/puntorigen.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":"2017-01-27T18:29:56.000Z","updated_at":"2025-06-13T05:59:44.000Z","dependencies_parsed_at":"2022-09-16T12:41:04.273Z","dependency_job_id":null,"html_url":"https://github.com/puntorigen/apk_unpack","commit_stats":null,"previous_names":["creador/apk_unpack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/puntorigen/apk_unpack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puntorigen%2Fapk_unpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puntorigen%2Fapk_unpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puntorigen%2Fapk_unpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puntorigen%2Fapk_unpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/puntorigen","download_url":"https://codeload.github.com/puntorigen/apk_unpack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/puntorigen%2Fapk_unpack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505236,"owners_count":23618909,"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":["android","apk-decompiler","cli","java","javascript","npm-package"],"created_at":"2024-11-20T17:32:28.864Z","updated_at":"2025-07-09T23:31:44.912Z","avatar_url":"https://github.com/puntorigen.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![APK Unpack](https://user-images.githubusercontent.com/57605485/133168424-0cae7b07-1e80-454d-b5b3-94a15d73dd23.png)\n\n## INTRO\n\nThis package and command-line helps you unpack any APK (get its assets and java sources) and decrypt its manifest.\nTo install, execute the following on your terminal:\n\n```bash\nnpm i -g puntorigen/apk_unpack\n```\n\nAnd use it as follows:\n\n```bash\napk_unpack apkfile.apk outputdir\n```\n\nAs a class, it contains 4 public methods:\n\n### init (config).  \nInitializes the component. Accepts an object with keys:\u003cbr/\u003e\napk (apkfile to open),\u003cbr/\u003e\ndir (outputdir),\u003cbr/\u003e\njava (true if you want the decrypted classes.jar)\u003cbr/\u003e\u003cbr/\u003e\n\n### extract (onReadyCB).  \nThis does the extraction of assets and sources into the given outputdir.  \n\n### decompile (onReadyCB).\nThis extracts and decrypts the classes.dex from the given APK, also recovers .java files.\n\n### info (callback(err,data)).  \nRetrieves decrypted manifest information about the extracted apkfile from method one.  \n\n## UPDATES\nversion 1.2.2:\n- updated apktool and JADX to latest versions.\n- please consider npm java requires python 2.7 to be installed.\n\nversion 1.2.1:\n- avoided error that hanged the jvm thread sometimes.\n\nversion 1.1.9:\n- now uses JADX instead of dex2jar and jd-cli. Faster and works better for some apks.\n- reduced logging output of java classes.\n\nversion 1.1.7-8:\n- improved classpath importing\n\nversion 1.1.4-6: \n- added ability to decompile classes into .java files\n\nversion 1.1.3:\n- added ability to extract classes.dex and decode its contents using dex2jar\n\nversion 1.1.1:\n- Fixed java class location for using command-line as bin\n\nversion 1.0.3-9:\n- Prettyfied readme.md file\n- Add readme.md file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuntorigen%2Fapk_unpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpuntorigen%2Fapk_unpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpuntorigen%2Fapk_unpack/lists"}