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