File tree 1 file changed +1
-1
lines changed
2020-09-05-confidence-finals/xaas
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The task is clearly to leak content of the text file by abusing executable.
19
19
The binary reads the secret from ` flag.txt ` file at startup and starts a simple service implementing the following commands:
20
20
* ` ResizeCommand ` to resize an internal buffer,
21
21
* ` ReadSecretCommand ` to copy an arbitrary slice of the secret into an arbitrary location within the buffer,
22
- * ` ScrambleCommand ` to xor an arbitrary slice of the buffer with provided key string results into arbitrary location within the buffer, and
22
+ * ` ScrambleCommand ` to xor an arbitrary slice of the buffer with provided key and store result into new location within the buffer, and
23
23
* ` StopCommand ` to terminate the service.
24
24
25
25
There are no known programming bugs in the binary and the hint points to hardware issues.
You can’t perform that action at this time.
0 commit comments