{"id":26288623,"url":"https://github.com/mangad/libswf","last_synced_at":"2026-04-25T08:32:47.203Z","repository":{"id":260294025,"uuid":"652373190","full_name":"MangaD/libswf","owner":"MangaD","description":"C++17 library for editing SWF files.","archived":false,"fork":false,"pushed_at":"2024-10-31T12:50:04.000Z","size":3411,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-02T23:14:13.843Z","etag":null,"topics":["adobe-flash","flash","swf"],"latest_commit_sha":null,"homepage":"","language":"C++","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/MangaD.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-11T23:47:05.000Z","updated_at":"2024-10-31T12:50:08.000Z","dependencies_parsed_at":"2024-10-30T15:48:32.390Z","dependency_job_id":"63af0d48-3c51-4f0a-8943-419779600e7a","html_url":"https://github.com/MangaD/libswf","commit_stats":null,"previous_names":["mangad/libswf"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MangaD/libswf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangaD%2Flibswf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangaD%2Flibswf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangaD%2Flibswf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangaD%2Flibswf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MangaD","download_url":"https://codeload.github.com/MangaD/libswf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MangaD%2Flibswf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32255235,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T04:23:17.126Z","status":"ssl_error","status_checked_at":"2026-04-25T04:21:53.360Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["adobe-flash","flash","swf"],"created_at":"2025-03-14T22:14:09.639Z","updated_at":"2026-04-25T08:32:47.117Z","avatar_url":"https://github.com/MangaD.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libswf\n\n[![pipeline status](https://gitlab.com/MangaD/libswf/badges/master/pipeline.svg?style=flat-square)](https://gitlab.com/MangaD/libswf/commits/master) [![Build status](https://ci.appveyor.com/api/projects/status/ikfm27u4h9i9gx61?svg=true)](https://ci.appveyor.com/project/MangaD/libswf) [![coverage report](https://gitlab.com/MangaD/libswf/badges/master/coverage.svg?style=flat-square)](https://gitlab.com/MangaD/libswf/commits/master) [![license](https://img.shields.io/badge/license-MIT-red?style=flat-square)](LICENSE)\n\nlibswf is a C++17 library for extracting and replacing SWF resources.\n\n## Implemented\n\n- Export SWF as EXE using Adobe Flash Player [projector](https://www.adobe.com/support/flashplayer/debug_downloads.html).\n- Import SWF from EXE created with Adobe Flash Player [projector](https://www.adobe.com/support/flashplayer/debug_downloads.html).\n- Zlib and LZMA compress / decompress SWF.\n- Export and replace MP3.\n- Export and replace images of `DefineBitsLossless` and `DefineBitsLossless2` tags.\n- Export and replace binary data of `DefineBinaryData` tag.\n- Serializing and deserializing AMF0 and AMF3 (not all data types). Exporting and importing to JSON.\n\n## Usage example\n\nSee [HF Workshop](https://gitlab.com/MangaD/hf-workshop).\n\n## Build\n\nSee [documentation/BUILD.md](documentation/BUILD.md).\n\n## Methodology\n\nSee [documentation/METHODOLOGY.md](documentation/METHODOLOGY.md).\n\n## Contributing\n\nSee [documentation/CONTRIBUTING.md](documentation/CONTRIBUTING.md).\n\n## Documentation\n\nDocumentation is generated using Doxygen (and doxywizard). Needs code review.\n\n## Copyright\n\nCopyright (c) 2018-2021 David Gonçalves\n\n## License\n\nThis project uses the MIT [license](LICENSE).\n\n## Third-Party Libraries\n\n| **Project**                                      | **Author(s)**                                                | **License**                                                  | **Comments**                                                 |\n| ------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ |\n| [zlib](https://www.zlib.net/)                    | [Jean-loup Gailly](http://gailly.net/) (compression) and [Mark Adler](http://en.wikipedia.org/wiki/Mark_Adler) (decompression) | [zlib](https://zlib.net/zlib_license.html)                   | Used for compressing and decompressing the SWF using the zlib algorithm. Also used for compressing and decompressing image data. |\n| [LZMA SDK](https://www.7-zip.org/sdk.html)       | Igor Pavlov                                                  | [public domain](https://www.7-zip.org/sdk.html)              | Used for compressing and decompressing the SWF using the LZMA algorithm. |\n| [liblzma](https://tukaani.org/xz/)               | Original by Lasse Collin. Developed by The Tukaani Project.  | [public domain](https://tukaani.org/xz)                      | **Not in use.** Alternative for LZMA SDK.                    |\n| [minimp3](https://github.com/lieff/minimp3)      | [lieff](https://github.com/lieff)                            | [CC-0](https://github.com/lieff/minimp3/blob/master/LICENSE) | Used to verify the [sample rate](https://sound.stackexchange.com/questions/31782/why-do-mp3-have-sample-rate) of the MP3 file, and also for removing the MP3 file's [ID3 metadata](https://en.wikipedia.org/wiki/ID3), leaving only the MP3 [frames](https://en.wikipedia.org/wiki/MP3#File_structure). |\n| [LodePNG](https://lodev.org/lodepng/)            | [Lode Vandevenne](https://lodev.org/)                        | [zlib](https://github.com/lvandeve/lodepng/blob/master/LICENSE) | Exporting and importing images in PNG format.                |\n| [json](https://github.com/nlohmann/json)         | [nlohmann](https://github.com/nlohmann)                      | [MIT](https://github.com/nlohmann/json/blob/develop/LICENSE.MIT) | Used for exporting and importing AMF format to and from JSON. |\n| [fifo_map](https://github.com/nlohmann/fifo_map) | [nlohmann](https://github.com/nlohmann)                      | [MIT](https://github.com/nlohmann/fifo_map/blob/master/LICENSE.MIT) | Used for ordered JSON.                                       |\n| [Catch2](https://github.com/catchorg/Catch2)     | [Phil Nash](https://ndctechtown.com/speaker/phil-nash). Various contributors. | [BSL-1.0](https://github.com/catchorg/Catch2/blob/master/LICENSE.txt) | Used for testing.                                            |\n\n\nTable generated with: https://www.tablesgenerator.com/markdown_tables\n\n## Credits\n\nProject badge images created with https://shields.io/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmangad%2Flibswf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmangad%2Flibswf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmangad%2Flibswf/lists"}