https://github.com/aetopia/bedrock.verifier
A tool to verify the licensing status & package integrity of Minecraft: Bedrock Edition.
https://github.com/aetopia/bedrock.verifier
Last synced: 11 months ago
JSON representation
A tool to verify the licensing status & package integrity of Minecraft: Bedrock Edition.
- Host: GitHub
- URL: https://github.com/aetopia/bedrock.verifier
- Owner: Aetopia
- License: mit
- Created: 2025-03-29T16:31:38.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-07T18:38:45.000Z (about 1 year ago)
- Last Synced: 2025-06-11T11:41:41.038Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bedrock Verifier
A tool to verify the licensing status & package integrity of Minecraft: Bedrock Edition.
# Usage
- Download from [GitHub Releases](https://github.com/Aetopia/Bedrock.Verifier/releases)
- Run the program.
- Verify the licensing status & package integrity of Minecraft: Bedrock Edition.
|Property|Description|
|-|-|
|License|Determines if an account has a license for Minecraft: Bedrock Edition.|
|Release|Determines if Minecraft's app package is untampered.|
|Preview|Determines if Minecraft: Preview's app package is untampered.|
## Build
1. Download the following:
- [.NET SDK](https://dotnet.microsoft.com/en-us/download)
2. Run the following command to compile:
```cmd
dotnet publish "src\Bedrock.Verifier.csproj"
```