2023-06-04 17:21:51 +00:00
|
|
|
## Working Improvement
|
|
|
|
|
|
|
|
#### Quality of life
|
|
|
|
|
|
|
|
- [ ] Make the "Load File" independent of the current protocol
|
2023-06-05 14:49:30 +00:00
|
|
|
- [x] Add pause
|
2023-06-04 17:21:51 +00:00
|
|
|
- [ ] Switching UIDs if possible
|
2023-06-06 10:03:36 +00:00
|
|
|
- [x] Led and sound Notification
|
|
|
|
- [x] Led
|
|
|
|
- [x] Vibro
|
|
|
|
- [ ] Sound?
|
|
|
|
- [x] Error Notification
|
|
|
|
- [x] Custom UIDs dict loading
|
|
|
|
- [x] Key file loading
|
2023-06-04 17:21:51 +00:00
|
|
|
- [ ] Anything else
|
|
|
|
|
|
|
|
#### App functionality
|
|
|
|
|
2023-06-05 18:19:32 +00:00
|
|
|
- [x] Add `BFCustomerID` attack
|
2023-06-07 09:44:33 +00:00
|
|
|
- [x] Add the ability to select index
|
2023-06-04 17:21:51 +00:00
|
|
|
- [ ] Save key logic
|
|
|
|
|
|
|
|
## Code Improvement
|
|
|
|
|
|
|
|
- [ ] GUI
|
2023-06-05 11:10:51 +00:00
|
|
|
- [x] Rewrite `gui_const` logic
|
|
|
|
- [x] Icon in dialog
|
2023-06-06 08:14:23 +00:00
|
|
|
- [x] Description and buttons in `field_editor` view
|
2023-06-04 17:21:51 +00:00
|
|
|
- [ ] Protocol carousel in `main_menu`
|
2023-06-05 11:35:15 +00:00
|
|
|
- [x] prototype
|
2023-06-06 19:43:44 +00:00
|
|
|
- [x] Add the ability to edit emulation time and downtime separately
|
2023-06-07 08:54:20 +00:00
|
|
|
- [x] Decide on the display
|
2023-06-05 11:10:51 +00:00
|
|
|
- [x] UID
|
|
|
|
- [x] Simplify the storage and exchange of `uids.data` `uid.data_size` in `views`
|
2023-06-07 08:51:15 +00:00
|
|
|
- [x] Using `FuzzerPayload` to store the uid
|
2023-06-05 11:10:51 +00:00
|
|
|
- [x] `UID_MAX_SIZE`
|
2023-06-05 14:49:30 +00:00
|
|
|
- [x] Add pause
|
|
|
|
- [x] Fix `Custom dict` attack when ended
|
2023-06-07 08:51:15 +00:00
|
|
|
- [ ] Pause V2
|
|
|
|
- [ ] Save logic
|
|
|
|
- [ ] Switching UIDs if possible
|
2023-06-06 10:03:36 +00:00
|
|
|
- [ ] Worker
|
|
|
|
- [ ] Use `prtocol_id` instead of protocol name
|
|
|
|
- [x] this can be simplified `fuzzer_proto_items`
|