Really cool stuff. I don't like being negative when it comes to fantastic moves like this, but I'm still really disappointed that it doesn't support 64bit executables.
x86_64 have calling conventions (namingly __fastcall) which are more inconvenient to decode than x86 _cdecl or __stdcall where every arguments are passed on the stack. Most symbolic engines usually works only on x86 for the same reason.
Most malicious code is still written in 32-bit since 64-bit Windows supports running 32-bit code.
Write something in 32-bit - target 100% of devices. Write something in 64-bit - target ~50% of devices.