unleashed-firmware/applications/external/pacs_fuzzer/todo.md

34 lines
897 B
Markdown
Raw Normal View History

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
- [ ] Led and sound Notification
- [ ] Error Notification
- [ ] Custom UIDs dict loading
- [ ] Key file loading
- [ ] Anything else
#### App functionality
- [ ] Add `BFCustomerID` attack
- [ ] Save key logic
## Code Improvement
- [ ] GUI
2023-06-05 11:10:51 +00:00
- [x] Rewrite `gui_const` logic
2023-06-04 17:21:51 +00:00
- [ ] Separate protocol name from `fuzzer_proto_items`
2023-06-05 11:10:51 +00:00
- [x] Icon in dialog
2023-06-04 17:21:51 +00:00
- [ ] Description and buttons in `field_editor` view
- [ ] Protocol carousel in `main_menu`
2023-06-05 11:35:15 +00:00
- [x] prototype
2023-06-05 11:10:51 +00:00
- [x] UID
- [x] Simplify the storage and exchange of `uids.data` `uid.data_size` in `views`
- [x] `UID_MAX_SIZE`
2023-06-05 14:49:30 +00:00
- [x] Add pause
- [x] Fix `Custom dict` attack when ended
2023-06-05 11:10:51 +00:00
- [x] this can be simplified `fuzzer_proto_items`