|
|
@@ -362,8 +362,8 @@ void subbrute_protocol_default_generate_file(
|
|
|
stream,
|
|
|
subbrute_key_file_start_with_tail,
|
|
|
frequency,
|
|
|
- preset,
|
|
|
- file,
|
|
|
+ subbrute_protocol_preset(preset),
|
|
|
+ subbrute_protocol_file(file),
|
|
|
bits,
|
|
|
furi_string_get_cstr(candidate),
|
|
|
te,
|
|
|
@@ -373,8 +373,8 @@ void subbrute_protocol_default_generate_file(
|
|
|
stream,
|
|
|
subbrute_key_file_start_no_tail,
|
|
|
frequency,
|
|
|
- preset,
|
|
|
- file,
|
|
|
+ subbrute_protocol_preset(preset),
|
|
|
+ subbrute_protocol_file(file),
|
|
|
bits,
|
|
|
furi_string_get_cstr(candidate),
|
|
|
repeat);
|
|
|
@@ -409,8 +409,8 @@ void subbrute_protocol_file_generate_file(
|
|
|
stream,
|
|
|
subbrute_key_file_start_with_tail,
|
|
|
frequency,
|
|
|
- preset,
|
|
|
- file,
|
|
|
+ subbrute_protocol_preset(preset),
|
|
|
+ subbrute_protocol_file(file),
|
|
|
bits,
|
|
|
furi_string_get_cstr(candidate),
|
|
|
te,
|
|
|
@@ -420,8 +420,8 @@ void subbrute_protocol_file_generate_file(
|
|
|
stream,
|
|
|
subbrute_key_file_start_no_tail,
|
|
|
frequency,
|
|
|
- preset,
|
|
|
- file,
|
|
|
+ subbrute_protocol_preset(preset),
|
|
|
+ subbrute_protocol_file(file),
|
|
|
bits,
|
|
|
furi_string_get_cstr(candidate),
|
|
|
repeat);
|