mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 10:52:42 +00:00
deobfuscation mode switch logic implemented
This commit is contained in:
@@ -21,7 +21,7 @@ package com.jpexs.decompiler.flash;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class ActionScriptTestBase {
|
||||
|
||||
|
||||
protected String cleanPCode(String pCode) {
|
||||
pCode = pCode.replaceAll(" *[\r\n]+ *", "\n").trim();
|
||||
pCode = pCode.replaceAll(" +", " ").trim();
|
||||
|
||||
Reference in New Issue
Block a user