Merge branch 'rnou/arm_master' into 'master'
Arm Support This adds ARM support. It adds a new profile to download the syscall_intercept that supports ARM (fork). The modifications doesn't use ARM define, as it is not needed, we only need to check if a syscall exists or not. Closes #244 We can close !127 also, I think that this merge updates and solves some issues. Closes #244 See merge request !160