Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OneOfEleven/k5prog-win
A windows GUI version of k5prog
https://github.com/OneOfEleven/k5prog-win
Last synced: 8 days ago
JSON representation
A windows GUI version of k5prog
- Host: GitHub
- URL: https://github.com/OneOfEleven/k5prog-win
- Owner: OneOfEleven
- License: gpl-3.0
- Created: 2023-08-30T08:44:46.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T12:32:08.000Z (about 1 year ago)
- Last Synced: 2024-08-02T15:46:40.214Z (3 months ago)
- Language: C++
- Size: 5.08 MB
- Stars: 64
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# k5prog-win
A windows GUI version of k5prog.Use at your own risk !
Original k5prog is https://github.com/sq5bpf/k5prog by Jacek.
It just basically allows you to save and restore the K5/K6's configuration ('EEPROM' area) and also to reprogram the CPU's flash area with new firmware.
The firmware file you load can be the usual encrypted Quangshengs .bin firmware file or an unencrypted .bin firmware file from say the https://github.com/DualTachyon/uv-k5-firmware project. This program takes a quick look at the file when loaded and decrypts/processes it if need be.
This program is wriiten/compiled using the old Borland C++ Builder v6 system, but can also be updated to the newer embarcadero cbuilder free starter system.
Feel free to convert it to a multi-platform/OS Qt project or such like.