{"id":18595104,"url":"https://github.com/bucanero/libun7zip","last_synced_at":"2025-04-10T16:31:18.566Z","repository":{"id":47303885,"uuid":"285310050","full_name":"bucanero/libun7zip","owner":"bucanero","description":"A library that provides 7-Zip (.7z) archive handling and extraction on PS3, PS4, and PS Vita","archived":false,"fork":false,"pushed_at":"2023-03-21T17:44:32.000Z","size":89,"stargazers_count":15,"open_issues_count":0,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T00:51:09.549Z","etag":null,"topics":["7z","7zip","compression-library","extraction","ps3","ps4lib","un7zip"],"latest_commit_sha":null,"homepage":"http://www.bucanero.com.ar/","language":"C","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/bucanero.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":"2020-08-05T14:18:38.000Z","updated_at":"2024-09-19T08:01:14.000Z","dependencies_parsed_at":"2022-09-08T12:10:13.405Z","dependency_job_id":null,"html_url":"https://github.com/bucanero/libun7zip","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Flibun7zip","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Flibun7zip/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Flibun7zip/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bucanero%2Flibun7zip/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bucanero","download_url":"https://codeload.github.com/bucanero/libun7zip/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248252691,"owners_count":21072701,"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":["7z","7zip","compression-library","extraction","ps3","ps4lib","un7zip"],"created_at":"2024-11-07T01:18:22.892Z","updated_at":"2025-04-10T16:31:16.800Z","avatar_url":"https://github.com/bucanero.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# un7zip library\n\nThis library provides 7-Zip (.7z) archive handling and extraction to the PlayStation 3 using the [PSL1GHT SDK](https://github.com/ps3dev/PSL1GHT/).\n\n## Source Version\n\n - 7-Zip [19.00](https://sourceforge.net/projects/sevenzip/files/7-Zip/19.00/) (2019-02-21)\n - based on [AndroidUn7zip](https://github.com/hzy3774/AndroidUn7zip)\n\n### Exports\n\n - Extract7zFile\n - Extract7zFileEx\n ```c\nint Extract7zFile(const char *srcFile, const char *destDir);\nint Extract7zFileEx(const char *srcFile, const char *destDir, callback7z_t callback, unsigned long inBufSize);\n ```\n - Test7zFile\n - Test7zFileEx\n ```c\nint Test7zFile(const char *srcFile); \nint Test7zFileEx(const char *srcFile, callback7z_t callback, unsigned long inBufSize);\n ```\n - List7zFile\n ```c\nint List7zFile(const char *srcFile, callback7z_t callback);\n ```\n\n## Build/Install\n\nBuild the library with: \n```\nmake\n```\n\nInstall the library to your PSL1GHT setup with:\n```\nmake install\n```\n\n## Documentation\n\n - [7-Zip SDK](https://www.7-zip.org/sdk.html)\n\n## Sample app\n\nYou can find a sample PSL1GHT app using the library [here](./example).\n\n## License\n\n`libun7zip` is released under the [Apache-2.0 License](./LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucanero%2Flibun7zip","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbucanero%2Flibun7zip","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbucanero%2Flibun7zip/lists"}