Created
March 3, 2014 01:23
-
-
Save ancat/9316938 to your computer and use it in GitHub Desktop.
Revisions
-
Omar created this gist
Mar 3, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,9 @@ ## Practice Challenges - [HSVM sum challenge](https://github.com/endeav0r/hsvm/blob/master/sploits/sum/code.c) - [pCTF 2013 "cone" challenge](https://github.com/isislab/CTF-Challenges/tree/master/pctf2013/binary/cone) - [CSAW 2013 reversing 300](http://captf.com/2013/csaw-quals/reversing/crackme-300/) ## Resources/Writeups - Eindbazen "cone" [writeup](http://eindbazen.net/2013/04/pctf-2013-cone-binary-250-2/) - Rolf Rolle's [z3 based solution](http://stackoverflow.com/questions/14547087/extracting-bits-with-a-single-multiplication/14551792#14551792) to some math problem - [SMT Solvers for Software Security](http://2013.zeronights.org/includes/docs/Georgy_Nosenko_-_An_introduction_to_the_use_SMT_solvers_for_software_security.ppt)