You are here |
hymd3a.hatenablog.com | ||
| | | |
blog.nuculabs.de
|
|
| | | | 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
|
|
| | | | Watching horror movies with a cat in the house | |
| | | |
seanmcp.com
|
|
| | | | Writing a script to read the package.json for you | |
| | | |
www.thepolyglotdeveloper.com
|
|
| | 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. |