{"id":15107091,"url":"https://github.com/shadowsocks/simple-obfs-android","last_synced_at":"2025-04-05T05:09:59.633Z","repository":{"id":45290258,"uuid":"79228137","full_name":"shadowsocks/simple-obfs-android","owner":"shadowsocks","description":"A simple obfuscating tool for Android","archived":false,"fork":false,"pushed_at":"2023-03-06T07:06:57.000Z","size":299,"stargazers_count":444,"open_issues_count":3,"forks_count":114,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-03-29T04:12:22.775Z","etag":null,"topics":[],"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/shadowsocks.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}},"created_at":"2017-01-17T13:01:57.000Z","updated_at":"2025-02-28T21:29:00.000Z","dependencies_parsed_at":"2024-01-12T03:36:04.367Z","dependency_job_id":"ac8a7a60-4cc2-4d56-bbc9-be776a719fb1","html_url":"https://github.com/shadowsocks/simple-obfs-android","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fsimple-obfs-android","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fsimple-obfs-android/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fsimple-obfs-android/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fsimple-obfs-android/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowsocks","download_url":"https://codeload.github.com/shadowsocks/simple-obfs-android/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289429,"owners_count":20914464,"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":[],"created_at":"2024-09-25T21:04:22.291Z","updated_at":"2025-04-05T05:09:59.618Z","avatar_url":"https://github.com/shadowsocks.png","language":"C","funding_links":[],"categories":["\u003ca id=\"2110ded2aa5637fa933cc674bc33bf21\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"1d83ca6d8b02950be10ac8e4b8a2d976\"\u003e\u003c/a\u003eObfuscate\u0026\u0026混淆"],"readme":"## simple-obfs for Android\n\n[simple-obfs](https://github.com/shadowsocks/simple-obfs) plugin for [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android). \n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.github.shadowsocks.plugin.obfs_local\"\u003e\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en-play-badge.png\" height=\"48\"\u003e\u003c/a\u003e\n\n### CI STATUS\n\n[![Build Status](https://api.travis-ci.org/shadowsocks/simple-obfs-android.svg)](https://travis-ci.org/shadowsocks/simple-obfs-android)\n\n### PREREQUISITES\n\n* JDK 1.8\n* SBT 0.13.0+\n* Android SDK\n  - Build Tools 25+\n  - Android Support Repository (see `build.sbt` for version)\n* Android NDK r12b+\n\n### BUILD\n\n* Set environment variable `ANDROID_HOME` to `/path/to/android-sdk`\n* Set environment variable `ANDROID_NDK_HOME` to `/path/to/android-ndk`\n* Create your key following the instructions at https://developer.android.com/studio/publish/app-signing.html\n* Create `local.properties` from `local.properties.example` with your own key information\n* Invoke the building like this\n\n```bash\n    git submodule update --init --recursive\n\n    # Build the App\n    sbt clean android:package-release\n```\n\n### TRANSLATE\n\nThis plugin is an official plugin thus you can see [shadowsocks-android](https://github.com/shadowsocks/shadowsocks-android/blob/master/README.md#translate)'s instructions to translate this plugin's UI.\n\n## OPEN SOURCE LICENSES\n\n\u003cul\u003e\n    \u003cli\u003elibancillary: \u003ca href=\"https://github.com/shadowsocks/libancillary/blob/shadowsocks-android/COPYING\"\u003eBSD\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003esimple-obfs: \u003ca href=\"https://github.com/shadowsocks/simple-obfs/blob/master/LICENSE\"\u003eGPLv3\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003elibev: \u003ca href=\"https://github.com/shadowsocks/shadowsocks-libev/blob/master/libev/LICENSE\"\u003eGPLv2\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003elibsodium: \u003ca href=\"https://github.com/jedisct1/libsodium/blob/master/LICENSE\"\u003eISC\u003c/a\u003e\u003c/li\u003e\n    \u003cli\u003elibudns: \u003ca href=\"https://github.com/shadowsocks/libudns/blob/master/COPYING.LGPL\"\u003eLGPL\u003c/a\u003e\u003c/li\u003e\n\u003c/ul\u003e\n\n### LICENSE\n\nCopyright (C) 2017 by Max Lv \u003c\u003cmax.c.lv@gmail.com\u003e\u003e  \nCopyright (C) 2017 by Mygod Studio \u003c\u003ccontact-shadowsocks-android@mygod.be\u003e\u003e\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocks%2Fsimple-obfs-android","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowsocks%2Fsimple-obfs-android","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocks%2Fsimple-obfs-android/lists"}