Explore >> Select a destination


You are here

hymd3a.hatenablog.com
| | blog.nuculabs.de
24.9 parsecs away

Travel
| | Hello, This challenge is not that hard but it's quite confusing. To solve this challenge very quickly all you have to do is patch it in 2 places and then run it with different arguments until the flags get's spiten out. Here's a sample script that runs the binary 100 times with arguments from 1 to 100 [code language="bash"] printf 'start\n' for i in {1..100} do printf "$i " ./program "$i" | xxd -r -p printf '\n' done printf '\nend\n' [/code]
| | iridakos.com
27.2 parsecs away

Travel
| | Watching horror movies with a cat in the house
| | seanmcp.com
26.4 parsecs away

Travel
| | Writing a script to read the package.json for you
| | www.thepolyglotdeveloper.com
82.0 parsecs away

Travel
| Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS.