View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#7
Well, you've included the i386 compiled binary in the source file, which may cause issues. Looking at the getKey source code though, it looks to be written specifically for little-endian architectures (like x86), so won't work on ARM processors - I could be wrong, but the use of bit-shifting usually points to this.