Best tools to solve challenges
Posted: Fri Aug 31, 2012 2:45 pm
Here some tools which proved useful to me to solve challenges.
For general purposes:
A Freepascal compiler with powerful IDE at http://lazarus.freepascal.org/ which is even more powerful and easy to use than Delphi.
To analyze images:
Stegsolver by Caesum available at http://www.wechall.net/download/12/Stegsolve_jar
To decompile Java:
http://java.decompiler.free.fr/
To factor very big numbers:
MSieve at http://sourceforge.net/projects/msieve/
To simulate Game of Life:
http://sourceforge.net/projects/golly/
My warrior for the Dungeon series was in Bash. I use Cygwin as Unix shell, I have also a combination with Virtualbox and Fedora image.
To prototype calculations with big numbers: Python, Maple (not free!) and Freepascal with MPArith library if speed is required.
With GCC i compiled some C and C++ stuff, but only for particular cases...
GIMP helped me sometimes as well...
Finally a diary with pencil and paper to design attacks to the single challenges!
And what are your favorite tools?
For general purposes:
A Freepascal compiler with powerful IDE at http://lazarus.freepascal.org/ which is even more powerful and easy to use than Delphi.
To analyze images:
Stegsolver by Caesum available at http://www.wechall.net/download/12/Stegsolve_jar
To decompile Java:
http://java.decompiler.free.fr/
To factor very big numbers:
MSieve at http://sourceforge.net/projects/msieve/
To simulate Game of Life:
http://sourceforge.net/projects/golly/
My warrior for the Dungeon series was in Bash. I use Cygwin as Unix shell, I have also a combination with Virtualbox and Fedora image.
To prototype calculations with big numbers: Python, Maple (not free!) and Freepascal with MPArith library if speed is required.
With GCC i compiled some C and C++ stuff, but only for particular cases...
GIMP helped me sometimes as well...
Finally a diary with pencil and paper to design attacks to the single challenges!
And what are your favorite tools?