-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Create README_ja-JP.md Signed-off-by: Fyphen <[email protected]> * Update README_ja-JP.md Signed-off-by: Fyphen <[email protected]> --------- Signed-off-by: Fyphen <[email protected]>
- Loading branch information
1 parent
5d9276e
commit 2945336
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# ReZygisk | ||
|
||
[English](https://github.com/PerformanC/ReZygisk/blob/main/README.md)|[简体中文](/READMEs/README_zh-CN.md)|[繁體中文](/READMEs/README_zh-TW.md) | ||
|
||
ReZygiskはkernelSU、Magisk、APatchにZygiskのAPIサポートを提供するスタンドアローンZygiskであるZygisk Nextのフォークです。 | ||
|
||
ReZygiskは更に高速かつ効率的なZygisk APIとより寛容なライセンスを、コードベースをC(もともとはC++とRustでした)でアップデート/書き直すことで実現することを目標としています。 | ||
|
||
> [!NOTE] | ||
> このモジュール/フォークはWIP(Work in Progress、すべての作業が進行中であることを意味します): ReleasesタブのZipのみを使用するようにしてください。 | ||
> | ||
> GitHub [Actions](https://github.com/PerformanC/ReZygisk/actions) よりZipをダウンロードして使用することも可能ですが、デバイスがブートループなどの不具合が起きる可能性があります。ユーザー自身の裁量にて使用してください。 | ||
## ReZygiskを使う理由 | ||
|
||
Zygisk Nextの最新リリースはクローズドソースであり、コードはプロジェクトの開発者のみアクセスできるものです。これはコミュニティがコードに貢献することを妨げるだけではなく、コード監査をも難しくしています。これはZygisk Nextがルート権限で作動するアプリであるため、セキュリティ上深刻な問題です。 | ||
|
||
Zygisk Nextの開発者はAndroid Communityにて有名かつ信用されています。が、これはコード自体が悪意の無いこと/脆弱でないことを証明するものではありません。 | ||
|
||
我々(PerformanC)はZygisk Nextの開発者らがコードをクローズドに保つ重要な理由があることは承知していますが、我々はオープンソース/コミュニティドリブンにすることが重要だと考えています。 | ||
|
||
## メリット | ||
|
||
- オープンソース、Free to Use、FOSS (永続的) | ||
|
||
## 依存関係 | ||
|
||
| ツール | 説明 | | ||
|-----------------|----------------------------------------| | ||
| `Android NDK` | Androidのネイティブ開発環境キット | | ||
|
||
### C++ 依存関係 | ||
|
||
| 依存 | 説明 | | ||
|------------|-------------------------------| | ||
| `lsplt` | シンプルなAndroidのPLTフック | | ||
|
||
## 使い方 | ||
|
||
ただいま調理中です、しばらくお待ち下さい!(できるだけ早くお届けします) | ||
|
||
## インストール | ||
|
||
現状、ステーブルリリースはありません。(できるだけ早くお届けします) | ||
|
||
## 翻訳 | ||
|
||
現状では、翻訳を他のプラットフォーム上で展開することはしていません。 | ||
|
||
が、[add/new-webui](https://github.com/PerformanC/ReZygisk/tree/add/new-webui) ブランチにて翻訳作業に参加していただくことができます。 | ||
|
||
他の開発者さんたちがあなたの貢献を確認できるように、 [TRANSLATOR.md](https://github.com/PerformanC/ReZygisk/blob/add/new-webui/TRANSLATOR.md) にあなたのプロフィールを追加することを忘れないでください! | ||
|
||
## サポート | ||
For any question related to ReZygisk or other PerformanC projects, feel free to join any of the following channels below: | ||
ReZygisk/他のPerformanCのプロジェクトに対する質問がある場合は、以下のどれかに参加してください! | ||
|
||
- Discord チャンネル: [PerformanC](https://discord.gg/uPveNfTuCJ) | ||
- ReZygisk Telegram チャンネル: [@rezygiskchat](https://t.me/rezygiskchat) | ||
- PerformanC Telegram チャンネル: [@performancorg](https://t.me/performancorg) | ||
|
||
## 貢献 | ||
|
||
貢献をしたい場合、PerformanCの[Contribution Guidelines](https://github.com/PerformanC/contributing)に従うことが必要になります。 | ||
|
||
セキュリティーポリシー、行動規範、シンタックススタンダードを採用してください。 | ||
|
||
## ライセンス | ||
|
||
ReZygiskは基本的にDr-TSNGによるGPLライセンス下にてライセンスされています。 | ||
|
||
ただし、書き直しされたコードに関してはPerformanCによるAGPL3.0ライセンスにてライセンスされています。 | ||
詳細については [Open Source Initiative](https://opensource.org/licenses/AGPL-3.0) を参照してください。 |