Hey forum.
I was amazed by the art of obfuscating just a little while ago. After countless attempts to change loops into recursive calls and things like these, I gave up. So here I am, asking how to obfuscate the following simple program (the function, only) using the steps shown here: http://en.wikipedia.org/wiki/Obfuscated_code#Step_by_step
I don't know about obfuscating it (I was never a fan), but I can tell you that your are stepping out of bounds of your 'list' array (you're only allocating 4 elements when you should be allocating 5)