File tree 1 file changed +2
-2
lines changed
applications/external/ibtn_fuzzer/scene
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ void ibtnfuzzer_scene_run_attack_on_tick(iBtnFuzzerState* context) {
125
125
context -> payload [6 ] = id_list_ds1990 [context -> attack_step ][6 ];
126
126
context -> payload [7 ] = id_list_ds1990 [context -> attack_step ][7 ];
127
127
128
- if (context -> attack_step == 24 ) {
128
+ if (context -> attack_step == 17 ) {
129
129
context -> attack_step = 0 ;
130
130
counter = 0 ;
131
131
context -> is_attacking = false;
@@ -155,7 +155,7 @@ void ibtnfuzzer_scene_run_attack_on_tick(iBtnFuzzerState* context) {
155
155
context -> payload [0 ] = id_list_cyfral [context -> attack_step ][0 ];
156
156
context -> payload [1 ] = id_list_cyfral [context -> attack_step ][1 ];
157
157
158
- if (context -> attack_step == 13 ) {
158
+ if (context -> attack_step == 15 ) {
159
159
context -> attack_step = 0 ;
160
160
counter = 0 ;
161
161
context -> is_attacking = false;
You can’t perform that action at this time.
0 commit comments