{"id":17786764,"url":"https://github.com/hertzdevil/feh-bin","last_synced_at":"2025-09-12T10:34:18.506Z","repository":{"id":56846177,"uuid":"150861326","full_name":"HertzDevil/feh-bin","owner":"HertzDevil","description":"Conversion routines for Fire Emblem Heroes asset files","archived":false,"fork":false,"pushed_at":"2023-03-31T13:02:25.000Z","size":14,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-08-18T14:17:45.284Z","etag":null,"topics":["feh","fire-emblem-heroes"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/HertzDevil.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2018-09-29T12:18:39.000Z","updated_at":"2024-10-10T21:00:45.000Z","dependencies_parsed_at":"2025-09-12T10:33:56.152Z","dependency_job_id":null,"html_url":"https://github.com/HertzDevil/feh-bin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HertzDevil/feh-bin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HertzDevil","download_url":"https://codeload.github.com/HertzDevil/feh-bin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HertzDevil%2Ffeh-bin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274798036,"owners_count":25351864,"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","status":"online","status_checked_at":"2025-09-12T02:00:09.324Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["feh","fire-emblem-heroes"],"created_at":"2024-10-27T10:08:20.734Z","updated_at":"2025-09-12T10:34:18.455Z","avatar_url":"https://github.com/HertzDevil.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# feh-bin\n\nConversion routines for Fire Emblem Heroes asset files.\n\n## Installation\n\n```\n$ gem install feh-bin\n```\n\n## Command line usage\n\nTo convert `a.bin` to `a.bin.lz`, and `b.bin.lz` to `b.bin`:\n\n```\n$ feh_bin_lz a.bin b.bin.lz\n```\n\nIf it takes too long to compress a file, try adding `-s` anywhere:\n\n```\n$ feh_bin_lz -s very_large_file.bin\n```\n\n## Library example\n\n```ruby\nrequire 'feh/bin'\n\nDir.glob('assets/Common/SRPGMap/*.bin.lz').each do |fname|\n  IO.binwrite(fname.sub(/.lz$/, ''), Feh::Bin.decompress(IO.binread(fname)).pack('c*'))\nend\n```\n\n## Changelog\n\n### V0.2.0\n\n- Fix `\u003cinternal:pack\u003e:8: warning: unknown pack directive '\u003c' in '\u003cl'` message\n- Allow use of Bundler 2.x\n\n### V0.1.4\n\n- Added command line option `-s` to `feh_bin_lz` which skips LZ11 compression\n\n### V0.1.3\n\n- Added read support for non-LZ11-compressed .bin.lz files\n\n### V0.1.2\n\n- Fixed double encryption issue in `Feh::Bin.compress`\n\n### V0.1.0\n\n- Initial release\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhertzdevil%2Ffeh-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhertzdevil%2Ffeh-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhertzdevil%2Ffeh-bin/lists"}