Issue #67 Renaming invalid identifiers to Type+Number

This commit is contained in:
Jindra Petk
2013-06-23 07:14:14 +02:00
parent 43ffd2ce51
commit 6417835960
7 changed files with 396 additions and 81 deletions

View File

@@ -181,6 +181,12 @@ public class Main {
if (event.equals("export")) {
startWork((String) data);
}
if (event.equals("getVariables")) {
startWork("Getting variables..." + (String) data);
}
if (event.equals("deobfuscate")) {
startWork("Deobfuscating..." + (String) data);
}
}
});
return locswf;