-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# rqoob | ||
|
||
A replacement for qoob-flash.exe and GQoobPro. | ||
|
||
## Why? | ||
|
||
I needed a way to flash my Qoob Pro on Linux. | ||
GQoobPro is old, and upon further inspection, the code is messy, hard to read, | ||
and shows a lack of understanding of the protocol. | ||
So I cracked open qoob-flash.exe with Binary Ninja and got to work. | ||
This is the result. | ||
|
||
## To do | ||
|
||
rqoob was written primarily to fulfill my needs as the maintainer of gekkoboot. | ||
Therefore, it currently doesn't have full feature parity with its predecessors. | ||
|
||
See [open issues] for details. Contributions are welcome. | ||
|
||
[open issues]: https://github.com/redolution/rqoob/issues?q=is%3Aissue+is%3Aopen+label%3Aenhancement |