60 lines
1.7 KiB
Markdown
60 lines
1.7 KiB
Markdown
|
||
<p align="center">
|
||
<img src="https://imgur.com/4sil75E.png" alt="Bunifu UI Logo" width="150" />
|
||
</p>
|
||
|
||
# Cracked Bunifu UI License DLL (v6.0.8) for Bunifu Framework v8.0.0
|
||
**⭐Star this repo to support contributors!**
|
||
|
||
**Disclaimer**:
|
||
⚠️ **For educational/research purposes only**.
|
||
⚠️ **100% safe**: No viruses/malware. Does not alter core functionality.
|
||
⚠️ **Not for production use** – support Bunifu by purchasing a license at [bunifuframework.com](https://bunifuframework.com/).
|
||
|
||
---
|
||
|
||
## Overview
|
||
Modified `Bunifu.Licensing.dll` (v6.0.8) to bypass license checks for **Bunifu Framework v8.0.0**. Compatible with any Bunifu UI version using **Bunifu.Licensing 6.0.8**.
|
||
|
||
---
|
||
|
||
## Features
|
||
- ✅ Full compatibility with **Bunifu Framework v8.0.0**
|
||
- ✅ Removes license validation
|
||
- ✅ Works for both **.NET Framework** and **.NET Core**
|
||
|
||
---
|
||
|
||
## Setup
|
||
|
||
### .NET Framework
|
||
1. Navigate to your project’s `packages` folder:
|
||
```bash
|
||
# Example path:
|
||
C:\Users\YourUsername\source\repos\YourProject\packages\Bunifu.Licensing.6.0.8
|
||
```
|
||
2. Replace the existing `net48` folder with the one from this repository.
|
||
|
||
### .NET Core
|
||
1. Locate the Bunifu NuGet package folder:
|
||
```bash
|
||
# Example path:
|
||
C:\Users\YourUsername\.nuget\packages\bunifu.licensing\6.0.8\lib
|
||
```
|
||
2. Replace the `net8.0-windows7.0` folder with the one provided here.
|
||
|
||
3. **Re build/open your project** in Visual Studio.
|
||
|
||
---
|
||
|
||
## Legal
|
||
- This repository **does not distribute Bunifu's copyrighted code**
|
||
- Unauthorized use in projects violates [Bunifu's terms](https://bunifuframework.com/terms).
|
||
- Maintainers assume **no liability** for misuse.
|
||
|
||
---
|
||
|
||
**Need help?**
|
||
If you have problems, you can create an issue.
|
||
|