Add local var table instruction type and make relevant instructions

implement it
This commit is contained in:
Adam
2015-05-04 15:36:38 -04:00
parent 267efc7940
commit e70466fc0a
55 changed files with 726 additions and 55 deletions

View File

@@ -42,7 +42,7 @@ public class Deob
//execute(group);
JarOutputStream jout = new JarOutputStream(new FileOutputStream("d:/rs/07/adamout.jar"), new Manifest());
JarOutputStream jout = new JarOutputStream(new FileOutputStream(args[1]), new Manifest());
for (ClassFile cf : group.getClasses())
{