mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-22 05:14:46 -07:00
Fuzzer App: Edit Manifests
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
App(
|
App(
|
||||||
appid="pacs_fuzzer",
|
appid="pacs_fuzzer_ibtn",
|
||||||
name="Fuzzer Gui",
|
name="iButton Fuzzer [B]",
|
||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="fuzzer_start_ibtn",
|
entry_point="fuzzer_start_ibtn",
|
||||||
requires=[
|
requires=[
|
||||||
@@ -10,8 +10,7 @@ App(
|
|||||||
"input",
|
"input",
|
||||||
"notification",
|
"notification",
|
||||||
],
|
],
|
||||||
stack_size=2 * 1024,
|
stack_size=1 * 1024,
|
||||||
order=15,
|
|
||||||
fap_icon="icons/rfid_10px.png",
|
fap_icon="icons/rfid_10px.png",
|
||||||
fap_category="Debug",
|
fap_category="Debug",
|
||||||
fap_private_libs=[
|
fap_private_libs=[
|
||||||
@@ -25,8 +24,8 @@ App(
|
|||||||
)
|
)
|
||||||
|
|
||||||
App(
|
App(
|
||||||
appid="pacs_rfid_fuzzer",
|
appid="pacs_fuzzer_rfid",
|
||||||
name="Fuzzer Gui rfid",
|
name="RFID Fuzzer [B]",
|
||||||
apptype=FlipperAppType.EXTERNAL,
|
apptype=FlipperAppType.EXTERNAL,
|
||||||
entry_point="fuzzer_start_rfid",
|
entry_point="fuzzer_start_rfid",
|
||||||
requires=[
|
requires=[
|
||||||
@@ -36,8 +35,7 @@ App(
|
|||||||
"input",
|
"input",
|
||||||
"notification",
|
"notification",
|
||||||
],
|
],
|
||||||
stack_size=2 * 1024,
|
stack_size=1 * 1024,
|
||||||
order=15,
|
|
||||||
fap_icon="icons/125_10px.png",
|
fap_icon="icons/125_10px.png",
|
||||||
fap_category="Debug",
|
fap_category="Debug",
|
||||||
fap_private_libs=[
|
fap_private_libs=[
|
||||||
|
|||||||
@@ -137,7 +137,7 @@ bool fuzzer_scene_attack_on_event(void* context, SceneManagerEvent event) {
|
|||||||
scene_manager_get_scene_state(app->scene_manager, FuzzerSceneAttack) ==
|
scene_manager_get_scene_state(app->scene_manager, FuzzerSceneAttack) ==
|
||||||
FuzzerAttackStateRunning) {
|
FuzzerAttackStateRunning) {
|
||||||
// Pause if attack running
|
// Pause if attack running
|
||||||
fuzzer_worker_pause(app->worker); // XXX
|
fuzzer_worker_pause(app->worker);
|
||||||
|
|
||||||
fuzzer_scene_attack_set_state(app, FuzzerAttackStateIdle);
|
fuzzer_scene_attack_set_state(app, FuzzerAttackStateIdle);
|
||||||
}
|
}
|
||||||
|
|||||||
1
applications/external/pacs_fuzzer/todo.md
vendored
1
applications/external/pacs_fuzzer/todo.md
vendored
@@ -27,6 +27,7 @@
|
|||||||
- [x] Description and buttons in `field_editor` view
|
- [x] Description and buttons in `field_editor` view
|
||||||
- [ ] Protocol carousel in `main_menu`
|
- [ ] Protocol carousel in `main_menu`
|
||||||
- [x] prototype
|
- [x] prototype
|
||||||
|
- [ ] Add the ability to edit emulation time and downtime separately
|
||||||
- [x] UID
|
- [x] UID
|
||||||
- [x] Simplify the storage and exchange of `uids.data` `uid.data_size` in `views`
|
- [x] Simplify the storage and exchange of `uids.data` `uid.data_size` in `views`
|
||||||
- [x] `UID_MAX_SIZE`
|
- [x] `UID_MAX_SIZE`
|
||||||
|
|||||||
Reference in New Issue
Block a user