{"id":25489780,"url":"https://github.com/unbound-app/libunbound-android","last_synced_at":"2026-02-22T13:02:40.044Z","repository":{"id":277941961,"uuid":"933920728","full_name":"unbound-app/libunbound-android","owner":"unbound-app","description":"📖 Native Android library for dynamically interacting with compiled Hermes.","archived":false,"fork":false,"pushed_at":"2025-02-20T05:17:21.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T01:46:44.636Z","etag":null,"topics":["android","discord","hermes","react-native"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/unbound-app.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}},"created_at":"2025-02-17T01:02:10.000Z","updated_at":"2025-02-20T05:34:38.000Z","dependencies_parsed_at":"2025-07-02T22:31:31.284Z","dependency_job_id":null,"html_url":"https://github.com/unbound-app/libunbound-android","commit_stats":null,"previous_names":["rushiimachine/libunbound-android","unbound-app/libunbound-android"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/unbound-app/libunbound-android","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbound-app%2Flibunbound-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbound-app%2Flibunbound-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbound-app%2Flibunbound-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbound-app%2Flibunbound-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/unbound-app","download_url":"https://codeload.github.com/unbound-app/libunbound-android/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/unbound-app%2Flibunbound-android/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263226046,"owners_count":23433625,"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":["android","discord","hermes","react-native"],"created_at":"2025-02-18T21:17:51.607Z","updated_at":"2026-02-22T13:02:40.001Z","avatar_url":"https://github.com/unbound-app.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# libunbound ![Maven Central Version](https://img.shields.io/maven-central/v/dev.rushii/libunbound)\n\nAndroid native library for dynamically interacting with compiled Hermes.\nThis is mainly intended to be used by Discord RNA client mods.\n\n## Usage\n\n`build.gradle.kts`:\n\n```kotlin\nrepositories {\n  mavenCentral()\n}\n\ndependencies {\n  implementation(\"dev.rushii:libunbound:1.0.0\")\n}\n```\n\nUse after Hermes (`libhermes.so`) has been loaded into the process:\n\n```kotlin\n// Returns the HBC version supported by the loaded runtime\n// https://github.com/discord/hermes/blob/0.76.2-discord/include/hermes/BCGen/HBC/BytecodeVersion.h#L23\nLibUnbound.getHermesRuntimeBytecodeVersion()\n\n// Check to verify whether some bytes are hermes bytecode (possibly inaccurate)\nLibUnbound.isHermesBytecode(/* bytes */)\n```\n\n## Credits\n\n- [LSPosed](https://github.com/LSPosed/LSPosed) - ELF symbols parser\n- [miniz](https://github.com/richgel999/miniz) - zip lib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funbound-app%2Flibunbound-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Funbound-app%2Flibunbound-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Funbound-app%2Flibunbound-android/lists"}