Allow pool to be dynamically rebuilt
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package info.sigterm.deob.attributes.code;
|
||||
|
||||
import info.sigterm.deob.ConstantPool;
|
||||
import info.sigterm.deob.execution.Frame;
|
||||
|
||||
import java.io.DataOutputStream;
|
||||
@@ -33,6 +34,11 @@ public abstract class Instruction
|
||||
{
|
||||
return instructions;
|
||||
}
|
||||
|
||||
public ConstantPool getPool()
|
||||
{
|
||||
return instructions.getCode().getAttributes().getClassFile().getPool();
|
||||
}
|
||||
|
||||
public int getPc()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user