mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-10 01:03:27 +00:00
Warning panel on scripts containing §§ instructions (Tip for Settings/Automatic deobfuscation)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package com.jpexs.decompiler.flash.action.deobfuscation;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class BrokenScriptDetector {
|
||||
|
||||
public boolean codeIsBroken(String code) {
|
||||
return code.contains("\u00A7\u00A7");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user