https://github.com/cmalf/oc-scanpolicy-generator
Effortlessly generate precise ScanPolicy values for your OpenCore setup. This Java-powered tool offers a user-friendly interface and supports both integer and hexadecimal formats.
https://github.com/cmalf/oc-scanpolicy-generator
automation clover config generator hackintosh hexadecimal integer java opencore scanpolicy scanpolicy-generator scanpolicy-hackintosh scanpolicy-hex tool
Last synced: 3 months ago
JSON representation
Effortlessly generate precise ScanPolicy values for your OpenCore setup. This Java-powered tool offers a user-friendly interface and supports both integer and hexadecimal formats.
- Host: GitHub
- URL: https://github.com/cmalf/oc-scanpolicy-generator
- Owner: cmalf
- License: gpl-3.0
- Created: 2024-11-17T19:24:17.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-17T20:18:58.000Z (about 1 year ago)
- Last Synced: 2025-03-31T13:17:46.703Z (9 months ago)
- Topics: automation, clover, config, generator, hackintosh, hexadecimal, integer, java, opencore, scanpolicy, scanpolicy-generator, scanpolicy-hackintosh, scanpolicy-hex, tool
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ♨️ oc-scanpolicy-generator
Effortlessly generate precise ScanPolicy values for your OpenCore setup. This Java-powered tool offers a user-friendly interface and supports both integer and hexadecimal formats. Customize your configuration to achieve optimal performance.
- ScanPolicy
- Type: plist integer, 32 bit
- Description: Define operating system detection policy.
## ❓ Ho to do
Make sure you have installed any version of Java jdk.
- Clone This repo
```bash
git clone https://github.com/cmalf/oc-scanpolicy-generator.git
```
- Go to the folder
``` bash
cd oc-scanpolicy-generator
```
- Compile with javac
``` bash
javac ScanPolicyGenerator.java
```
- Run the Script
``` bash
java ScanPolicyGenerator
```
or You can run the Script without compile
``` bash
java ScanPolicyGenerator.java
```
## 📸 ScreenShoot

## ✎ᝰ. NOTE
[OpenCore Documentation](https://dortania.github.io/docs/latest/Configuration.html#x1-460005) is the source of information for this script.