2016from the authors’ own sites
VolgaCTF of Science
1 challenge with 1 published solution between them. CTFtime has no listing for this event at all, so nothing built on CTFtime can show what it was made of. These writeups were found on the authors’ own sites instead.
Where these writeups liveBinary exploitation1
Turn a memory-safety bug in a native binary into control of execution. Usually a stack overflow, a format string, or a heap primitive.
Solve it with:ROP gadget finderShellcode assembler and libraryCyclic pattern generator and offset finderFormat string exploit builderLearn: Binary exploitation
Exploit
1 official solution