Compile m03_terminal_cyberchef.ink to JSON - fix list syntax

This commit is contained in:
Z. Cliffe Schreuders
2026-01-14 09:46:32 +00:00
parent 078a494f9d
commit aa856b2377
2 changed files with 7 additions and 6 deletions

View File

@@ -12,7 +12,7 @@ VAR usb_drive_decoded_layer2 = false
VAR first_time_tutorial = true
// External variables
EXTERNAL player_name
EXTERNAL player_name()
// ===========================================
// MAIN TERMINAL INTERFACE
@@ -30,11 +30,11 @@ EXTERNAL player_name
[This workstation provides real-time encoding/decoding]
[Use CyberChef operations to decode evidence]
Available operations:
- From Base64
- ROT13
- From Hex
- Multi-layer decoding (sequential operations)
[Available operations:]
[• From Base64]
[• ROT13]
[• From Hex]
[• Multi-layer decoding (sequential operations)]
~ first_time_tutorial = false
}