Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ansuel/decrypt_rbi_firmware_utility
https://github.com/ansuel/decrypt_rbi_firmware_utility
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ansuel/decrypt_rbi_firmware_utility
- Owner: Ansuel
- License: bsd-3-clause
- Created: 2019-04-11T16:05:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-08T21:48:55.000Z (about 3 years ago)
- Last Synced: 2024-05-21T07:08:38.070Z (8 months ago)
- Language: Java
- Size: 113 KB
- Stars: 10
- Watchers: 6
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/AnsuelS) [![License](https://img.shields.io/github/license/Ansuel/nginx-ubus-module.svg?style=flat)](https://github.com/Ansuel/nginx-ubus-module/blob/master/LICENSE)
# Decrypt_RBI_Firmware_Utility
To add osck key change the file here:
https://github.com/Ansuel/Decrypt_RBI_Firmware_Utility/blob/master/src/decrypt_rbi/board.java# To compile
This java application is based on java 8
Pay attention to set the right JDK
Docker image used to compile this maven project is openjdk:8u162-jdkI'm using Java 1.8 for compatibility reason as this can be easily opened on every system. To use more recent java version i need to make system specific version as JavaFx got dropped from openJDK 9+, also on windows to run java 11 application users need to install custom java version.