m_currMem.push(m_Mem);
BclMemory bcl_mem = new BclMemory(bcl, m_Mem);
bcl_mem.useInstancePointer();
bcl_mem.mallocWithSize(IntConstant.v(m_StaticOffsets.getEndIndex()));
PermissionGraph graph = new PermissionGraph();
List<PermissionGraphNode> roots = graph.getRoots();
for(PermissionGraphNode node : roots){
SootClass soot_class = node.getSootClass();
if(soot_class.isApplicationClass()){
attachAndCallWriter(soot_class, node.getChildren());
} else {