radioegor146 / native-obfuscator

Java .class to .cpp converter for use with JNI
GNU General Public License v3.0
499 stars 67 forks source link

can I use clang to compile CPP? #64

Closed wawlsl closed 1 year ago

wawlsl commented 1 year ago

can I use clang to compile CPP?

micartey commented 1 year ago

I think you can use everything that compiles the files as long as it compiles. Saw a lot of people using zig to compile for different targets. Would love to see that here as well

radioegor146 commented 1 year ago

Yep, you can. About zig - currently to support it, I have to implement or find some kind of hashset for pointer cleanups