xoreaxeaxeax / movfuscator

The single instruction C compiler
Other
9.29k stars 394 forks source link

support C++? #17

Closed Colbert337 closed 6 years ago

Colbert337 commented 7 years ago

Dear sir, Do you have any plans to support C++?

thx a lot!

nullableVoidPtr commented 6 years ago

https://github.com/xoreaxeaxeax/movfuscator/blob/master/README.md#other-source-languages

bit2shift commented 6 years ago

It would be better if movfuscator acted more like an x86 → x86 translator rather than an actual C compiler. This way you could just use it as a post-processing step in a makefile.

xoreaxeaxeax commented 6 years ago

No plans to support C++; since the frontend only supports C, it would need a complete rewrite for an entirely different frontend.