Fix rename unique, renaming fields depends on classgraph for searching deep for fields
This commit is contained in:
@@ -82,6 +82,7 @@ public class GetField extends Instruction implements GetFieldInstruction
|
||||
return;
|
||||
|
||||
info.sigterm.deob.Field f2 = cf.findFieldDeep(nat);
|
||||
assert f2 != null;
|
||||
|
||||
if (f2 == f)
|
||||
{
|
||||
|
||||
@@ -95,6 +95,7 @@ public class GetStatic extends Instruction implements GetFieldInstruction
|
||||
return;
|
||||
|
||||
info.sigterm.deob.Field f2 = cf.findFieldDeep(nat);
|
||||
assert f2 != null;
|
||||
|
||||
if (f2 == f)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user