Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1531477

Browse files
authored
Update README.md
1 parent 4703ca1 commit 1531477

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codegate2023/GateCodeGate/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ All the operations were happening on 32-bit values, and likely this could be
1919
solved by some form of symbolic execution.
2020

2121
After annotating a little bit, she handed me (@f0xtr0t) [an assembly
22-
dump](./gatecodegate.asm.xz).
22+
dump](./gatecodegate.asm.xz), while working trying to see if angr might work
23+
on this challenge.
2324

2425
I wrote up a short little [Python script](./solv.py) that parsed the lines,
2526
worked on a symbolic set of registers (and stack variables, which I also marked

0 commit comments

Comments
 (0)