{"id":22344275,"url":"https://github.com/exbin/bined-android","last_synced_at":"2025-07-30T03:30:53.766Z","repository":{"id":85278165,"uuid":"131761693","full_name":"exbin/bined-android","owner":"exbin","description":"BinEd Hex Editor for Android","archived":false,"fork":false,"pushed_at":"2025-07-04T21:42:31.000Z","size":9654,"stargazers_count":69,"open_issues_count":6,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-04T22:38:49.475Z","etag":null,"topics":["android","android-app","f-droid","hacktoberfest","hex-editor"],"latest_commit_sha":null,"homepage":"https://bined.exbin.org/android","language":"Java","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/exbin.png","metadata":{"files":{"readme":"README.md","changelog":"changes.txt","contributing":"CONTRIBUTING.md","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}},"created_at":"2018-05-01T20:49:42.000Z","updated_at":"2025-07-04T21:42:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a298510-a0f0-41a6-b799-2d559dcf1fbe","html_url":"https://github.com/exbin/bined-android","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/exbin/bined-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbin%2Fbined-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbin%2Fbined-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbin%2Fbined-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbin%2Fbined-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/exbin","download_url":"https://codeload.github.com/exbin/bined-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/exbin%2Fbined-android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267803963,"owners_count":24146527,"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-07-30T02:00:09.044Z","response_time":70,"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":["android","android-app","f-droid","hacktoberfest","hex-editor"],"created_at":"2024-12-04T09:09:36.217Z","updated_at":"2025-07-30T03:30:53.681Z","avatar_url":"https://github.com/exbin.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"BinEd - Hex Editor\n==================\n\nEditor for binary data (hex viewer/editor) written in Java.\n\nHomepage: https://bined.exbin.org/android  \n\n[\u003cimg src=\"https://fdroid.gitlab.io/artwork/badge/get-it-on.png\" alt=\"Get it on F-Droid\" height=\"80\"\u003e](https://f-droid.org/packages/org.exbin.bined.editor.android/)[\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png\" alt=\"Get it on Google Play\" height=\"80\"\u003e](https://play.google.com/store/apps/details?id=org.exbin.bined.editor.android)[\u003cimg src=\"https://github.com/user-attachments/assets/713d71c5-3dec-4ec4-a3f2-8d28d025a9c6\" alt=\"Get it on Obtainium\" height=\"80\"\u003e](http://apps.obtainium.imranr.dev/redirect.html?r=obtainium://app/%7B%22id%22%3A%22org.exbin.bined.editor.android%22%2C%22url%22%3A%22https%3A%2F%2Fgithub.com%2Fexbin%2Fbined-android%22%2C%22author%22%3A%22ExBin%20Project%22%2C%22name%22%3A%22BinEd%22%2C%22additionalSettings%22%3A%22%7B%5C%22includePrereleases%5C%22%3Afalse%7D%22%7D)[\u003cimg src=\"https://gitlab.com/IzzyOnDroid/repo/-/raw/master/assets/IzzyOnDroid.png\" alt=\"Get it on IzzyDroid\" height=\"80\"\u003e](https://android.izzysoft.de/repo/apk/org.exbin.bined.editor.android)\n\nOr download the latest APK from the [Releases Section](https://github.com/exbin/bined-android/releases/latest).\n\nScreenshot\n----------\n\n![BinEd-Editor Screenshot](images/editor_screenshot.png?raw=true)\n\nFeatures\n--------\n\n  * Visualize data as numerical (hexadecimal) codes and text representation\n  * Codes can be also binary, octal or decimal\n  * Support for Unicode, UTF-8 and other charsets\n  * Insert and overwrite edit modes\n  * Searching for text / hexadecimal code with matches highlighting\n  * Support for undo/redo\n  * Support for files with size up to exabytes (in partial file mode)\n\nCompiling\n---------\n\nTo compile project and build apk you need installed Java JDK 17 or later and run:\n\n    ./gradlew assembleRelease\n\nor on Windows:\n\n    gradlew.bat assembleRelease\n\nTo modify this project, Android Studio is recommended.  \nhttps://developer.android.com/studio/  \n\nWhen using Android Studio modify following line in build.gradle file to avoid legacy errors:\n\n    def playStore = true\n\nLicense\n-------\n\nApache License, Version 2.0 - see LICENSE.txt  \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexbin%2Fbined-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fexbin%2Fbined-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fexbin%2Fbined-android/lists"}