radioegor146 / native-obfuscator

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

x64 dll #48

Closed HeyaGlitz closed 2 years ago

HeyaGlitz commented 3 years ago

is it possible to build a x64 bit dll instead of 32 bit, how would I go about doing this? (simply changing from Win32 to x64 gives problems with JNI imports, I somewhat lack knowledge in problem solving in C++)

Rabbit0w0 commented 3 years ago

it appears not possible

HeyaGlitz commented 2 years ago

@radioegor146 what do you think?

radioegor146 commented 2 years ago

@HeyaGlitz Can you post your logs?

radioegor146 commented 2 years ago

It's possible, you may need to install x64 JDK.