{"id":51456899,"url":"https://github.com/jpetrucciani/drips","last_synced_at":"2026-07-06T01:02:22.773Z","repository":{"id":354943224,"uuid":"1173044907","full_name":"jpetrucciani/drips","owner":"jpetrucciani","description":"a quick cli tool to apply ips/ups patches to files","archived":false,"fork":false,"pushed_at":"2026-03-07T03:09:14.000Z","size":12,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T04:26:24.484Z","etag":null,"topics":["ips","patch","rom","ups"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jpetrucciani.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":"2026-03-05T00:32:46.000Z","updated_at":"2026-04-05T15:23:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jpetrucciani/drips","commit_stats":null,"previous_names":["jpetrucciani/drips"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/jpetrucciani/drips","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fdrips","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fdrips/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fdrips/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fdrips/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpetrucciani","download_url":"https://codeload.github.com/jpetrucciani/drips/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpetrucciani%2Fdrips/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35174071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-05T02:00:06.290Z","response_time":100,"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":["ips","patch","rom","ups"],"created_at":"2026-07-06T01:02:22.075Z","updated_at":"2026-07-06T01:02:22.759Z","avatar_url":"https://github.com/jpetrucciani.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# drips\n\n[![uses nix](https://img.shields.io/badge/uses-nix-%237EBAE4)](https://nixos.org/)\n![rust](https://img.shields.io/badge/Rust-1.95%2B-orange.svg)\n\ndrip IPS and UPS patches onto ROM files.\n\nSupported formats: IPS, UPS.\n\n## usage\n\n```bash\ndrips apply path/to/game.gba path/to/patch.ips\ndrips apply path/to/game.gba path/to/patch.ups\ndrips apply path/to/game.gba path/to/patch.ups --no-checksum\ndrips apply path/to/game.gba path/to/patch.ips --output path/to/patched.gba\ndrips info path/to/patch.ips\ndrips info path/to/patch.ups\n```\n\n## example output\n\n```text\n$ drips info patch.ips\npatch:   patch.ips\nformat:  IPS\nhunks:   2\ntotal payload: 20 bytes\n\n  [   0] offset: 0x001234  size: 12 bytes\n  [   1] offset: 0x00C0DE  size: 8 bytes\n```\n\n```text\n$ drips info patch.ups\npatch:       patch.ups\nformat:      UPS\nsource size: 8388608 bytes\ntarget size: 8388608 bytes\nhunks:       2\ntotal delta: 20 bytes\nsource crc:  4d3c2b1a\ntarget crc:  a1b2c3d4\npatch crc:   9f8e7d6c (valid)\n\n  [   0] offset: 0x001234  delta: 12 bytes\n  [   1] offset: 0x00C0DE  delta: 8 bytes\n```\n\n```text\n$ drips apply game.gba patch.ups -o game-patched.gba\ndripped 2 hunk(s) onto 'game-patched.gba'\n```\n\n## license\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpetrucciani%2Fdrips","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpetrucciani%2Fdrips","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpetrucciani%2Fdrips/lists"}