{"id":15393330,"url":"https://github.com/andreaorru/romhacking","last_synced_at":"2025-10-10T03:16:33.798Z","repository":{"id":29789194,"uuid":"33333375","full_name":"AndreaOrru/Romhacking","owner":"AndreaOrru","description":"Tools, hacks, technical info about good old games","archived":false,"fork":false,"pushed_at":"2024-01-21T07:02:47.000Z","size":325,"stargazers_count":15,"open_issues_count":2,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-02-23T17:44:18.428Z","etag":null,"topics":["reverse-engineering","romhacking","snes"],"latest_commit_sha":null,"homepage":"","language":"Python","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/AndreaOrru.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-04-02T21:46:36.000Z","updated_at":"2024-02-11T00:19:49.000Z","dependencies_parsed_at":"2024-10-19T01:07:39.132Z","dependency_job_id":null,"html_url":"https://github.com/AndreaOrru/Romhacking","commit_stats":{"total_commits":125,"total_committers":5,"mean_commits":25.0,"dds":0.4,"last_synced_commit":"6fd2188e7a26cd11488e280f69b1fa8e17c24613"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaOrru%2FRomhacking","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaOrru%2FRomhacking/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaOrru%2FRomhacking/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreaOrru%2FRomhacking/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreaOrru","download_url":"https://codeload.github.com/AndreaOrru/Romhacking/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241226833,"owners_count":19930488,"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":["reverse-engineering","romhacking","snes"],"created_at":"2024-10-01T15:18:51.010Z","updated_at":"2025-10-10T03:16:28.763Z","avatar_url":"https://github.com/AndreaOrru.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Romhacking\nTools, hacks, technical info about good old games.\n\n## Installation\n### Asar (65c816 assembler)\nOn Debian-based distributions, make sure you have `build-essential` and `cmake` installed.\n```bash\ngit clone https://github.com/RPGHacker/asar\ncd asar\ncmake src \u0026\u0026 make\nsudo cp asar/asar-standalone /usr/local/bin/asar\n```\n\n### Python dependencies\nPython \u003e= 3.8 is recommended.\n```bash\n# Install dependencies inside a virtualenv.\n# i.e.: mkvirtualenv romhacking\npip install -r requirements.txt\n```\n\n### C++ libraries (for Star Ocean only)\nMake sure you have Boost.Python installed (`libboost-python-dev` on Debian-based distributions).\n```bash\ncd romhacking\n./compile.sh\n```\n\n## Usage\n```bash\n# Extract.\n./bin/evertool extract ORIGINAL_ROM TEXT_FILE\n\n# Reinsert (creates a patched ROM file).\n./bin/evertool reinsert ORIGINAL_ROM TEXT_FILE\n```\n\n## Testing\n```bash\n# Install dev dependencies.\npip install -r requirements-dev.txt\n\n# Make sure the original ROMs are in the test directories.\ncp evermore.sfc evermore/tests/roms/\ncp so.sfc starocean/tests/roms/\n\n# Run tests.\npytest                 # Globally.\ncd evermore \u0026\u0026 pytest  # Per package.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaorru%2Fromhacking","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreaorru%2Fromhacking","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreaorru%2Fromhacking/lists"}