
write-ups-2013/pico-ctf-2013/core-decryption/README.md at master - GitHub
You have to compile the cryptor.c with `gcc -m32 -g cryptor.c -o cryptor`, we compile it in 32 bit mode with debugging symbols ON. This is the key to getting the core dump running.
0ctf quals 2017 : zer0llvm - GitHub
What a sad day! His team and his seed were lost together. To save him, could you help him to get back his seed? We can not save the game, but we may be able to find out his seed. Compile: ollvm.clang …
write-ups-2014/plaid-ctf-2014/g/README.md at master - GitHub
The code in `solveme.cpp` continues to use C++ [template metaprogramming] (https://en.wikipedia.org/wiki/Template_metaprogramming) to verify this password at compile time.
GitHub
\n Category:Misc\nPoints:75\nSolves:133\nDescription: \n Just a tiny application, that lets the user write some files and compile them with pdflatex.
GitHub
If you have ever worked with Java programming (or Google Java bytecodes) you should see the Java program files compile into .classfiles. I Googled Java class file to java filewhere I found this …
GitHub
And compile your code for 64bit, because then you don't need stack cookies, the pointers are random enough.","> ","> Test your attack on a box with Linux >=3.4!","> ","> connect to …
write-ups-2014/asis-ctf-finals-2014/match-the-pair/match-the
result = opener.open ('http://asis-ctf.ir:12443/').read () p = re.compile (ur'<p class="level"><b>level ( [0-9] {1,2})') level = int (re.findall (p, result) [0]) print "Running level %i" % level print cj def get_circle_color …