We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cdf51e commit 05b1789Copy full SHA for 05b1789
1 file changed
deobfuscator-impl/src/test/java/uwu/narumi/deobfuscator/TestDeobfuscation.java
@@ -218,5 +218,10 @@ protected void registerAll() {
218
.transformers(UniversalNumberTransformer::new, () -> new BranchlockCompabilityStringTransformer(true))
219
.input(OutputType.MULTIPLE_CLASSES, InputType.CUSTOM_JAR, "branchlock-string.jar")
220
.register();
221
+
222
+ test("Branchlock String Class")
223
+ .transformers(UniversalNumberTransformer::new, () -> new BranchlockCompabilityStringTransformer(true))
224
+ .input(OutputType.SINGLE_CLASS, InputType.CUSTOM_CLASS, "branchlock/Main.class")
225
+ .register();
226
}
227
0 commit comments