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 you tell me how to make a .dll file? #47

Closed doodooaw closed 2 years ago

doodooaw commented 3 years ago

Tell me how to make a .dll file or how to run the program? So I got a jar file, then there is a cpp folder for me, what do I need to do in dll right away? Tell me please

Rabbit0w0 commented 3 years ago

cmake

HeyaGlitz commented 3 years ago

cmake then open in visual studio and build.. it'll output in ./build/lib

doodooaw commented 3 years ago

cmake затем откройте в Visual Studio и создайте .. он будет выводиться в ./build/lib

can minecraft be used?

HeyaGlitz commented 3 years ago

can minecraft be used?

I am trying to partially utilize it, but from what I've experienced any file operations will throw an exception_access_violation. I'd highly doubt you can totally obfuscate Minecraft with this seeing as it's converting bytecode to C++ and Minecraft is made to work in Java (despite OpenGL being natively C++, it still uses the LWJGL wrapper). Would discourage trying :)

redstonepro109 commented 2 years ago

can minecraft be used?

I am trying to partially utilize it, but from what I've experienced any file operations will throw an exception_access_violation. I'd highly doubt you can totally obfuscate Minecraft with this seeing as it's converting bytecode to C++ and Minecraft is made to work in Java (despite OpenGL being natively C++, it still uses the LWJGL wrapper). Would discourage trying :)

Whats your discord

HeyaGlitz commented 2 years ago

@redstonepro109 HeyaGlitz#6299

radioegor146 commented 2 years ago

Btw can you post your results about doing it? I can probably work on them now.

radioegor146 commented 2 years ago

Added to README on how to do it.