bytes away: remove probably unnecessary picture
This commit is contained in:
parent
e4dd59bc50
commit
78907483cb
|
@ -53,13 +53,10 @@ bypassed.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Inspecting the structure of KitToFlagPkt shows that the flag is located at offset 12 and is (up to)
|
Inspecting the structure of `KitToFlagPkt` shows that the flag is located at offset 12 and is (up
|
||||||
200 bytes long.
|
to) 200 bytes long. We created a Ruby script in the COSMOS Script Runner to execute PEEK_MEM
|
||||||
|
commands for each byte in the flag range, based on the command COSMOS outputs to the console when
|
||||||

|
running the command manually in the GUI.
|
||||||
|
|
||||||
We created a Ruby script in the COSMOS Script Runner to execute PEEK_MEM commands for each byte in
|
|
||||||
the flag range:
|
|
||||||
|
|
||||||
```ruby
|
```ruby
|
||||||
12.upto(212) { |off|
|
12.upto(212) { |off|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 45 KiB |
Loading…
Reference in New Issue