We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c0911c commit d1a5714Copy full SHA for d1a5714
src/main/java/me/n1ar4/jar/obfuscator/jvmti/Constants.java
@@ -5,7 +5,7 @@
5
*/
6
@SuppressWarnings("all")
7
public interface Constants {
8
- String DecrypterDLL = "libdecrypter.dll";
+ String DecrypterDLL = "libdecrypter.dll";
9
String DecrypterSo = "libdecrypter.so";
10
String DecrypterDylib = "libdecrypter.dylib";
11
String EncryptorDLL = "libencryptor.dll";
0 commit comments