Skip to content

Commit fac7b69

Browse files
committed
Update "Xor-as-a-Service" writeup
1 parent 367ea22 commit fac7b69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

2020-09-05-confidence-finals/xaas/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The task is clearly to leak content of the text file by abusing executable.
1919
The binary reads the secret from `flag.txt` file at startup and starts a simple service implementing the following commands:
2020
* `ResizeCommand` to resize an internal buffer,
2121
* `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
2323
* `StopCommand` to terminate the service.
2424

2525
There are no known programming bugs in the binary and the hint points to hardware issues.

0 commit comments

Comments
 (0)