Some thinking about execution
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package info.sigterm.deob.attributes.code;
|
||||
|
||||
import info.sigterm.deob.execution.Execution;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class Instruction
|
||||
@@ -43,4 +45,8 @@ public class Instruction
|
||||
public void buildJumpGraph()
|
||||
{
|
||||
}
|
||||
|
||||
public void execute(Execution e)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user