Synacor VM Challenge https://challenge.synacor.com/
In this challenge, your job is to use this architecture spec to create a virtual machine capable of running the included binary. Along the way, you will find codes; submit these to the challenge website to track your progress. Good luck! ...
I've resolved this challenge using Lua scripting language embedded in REDIS. I'm not a Lua developer but i'm a redis fan ;)
warning : This command has only been tested on OSX
redis-cli set "synacor_challenge:bin" "$(od -d -An challenge.bin | xargs)" && redis-cli EVAL "$(cat vm.lua)" 0 input1 input2 .. | xargs -0 echo