Xniveres

Results 2 comments of Xniveres

i tried it against retdec, code: ``` #include #include //#define OXORANY_DISABLE_OBFUSCATION //#define OXORANY_USE_BIT_CAST #include "oxorany.h" int main() { printf(oxorany("test\n")); system(oxorany("pause")); } ``` output using retdec: https://gist.github.com/Xniveres/6653b594edf0949533b4b9c34a831cbf

i've did some more research and the not compiling at all seems to be an issue with msvc ( https://developercommunity.visualstudio.com/t/extremely-long-compilation-time-when-using-compile/873112 ) you can get it to work using `/d2ReducedOptimizeHugeFunctions` however...