https://github.com/minecraftforge/securemodules
Adding CodeSigner support to JPMS.
https://github.com/minecraftforge/securemodules
Last synced: 2 months ago
JSON representation
Adding CodeSigner support to JPMS.
- Host: GitHub
- URL: https://github.com/minecraftforge/securemodules
- Owner: MinecraftForge
- License: other
- Created: 2023-10-18T17:15:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-26T20:05:45.000Z (about 1 year ago)
- Last Synced: 2025-01-29T18:38:22.574Z (11 months ago)
- Language: Java
- Size: 2.17 MB
- Stars: 1
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-header.txt
Awesome Lists containing this project
README
# Secure Modules
Attempts to reintroduce CodeSigners to Modules at runtime, Normal java just completely ignores signatures at runtime.
This is a fork of [SecureJarHandler](https://github.com/McModLauncher/securejarhandler) which was originally under the Forge organization but moved to try and unite the community.
It was moved back to allow for fixes and re-works. Compatiblity will be maintained for the interm however compatibility in Minecraft 1.21+ is not a goal.