simplify
simplify copied to clipboard
Why SmaliVM use node.getContext() return String == Unknow
Can you provide a bit more context?
Can you provide a bit more context?
like it
main
String smaliOrDexPath = "C:\\Users\\Administrator\\Desktop\\ApkTool\\classes.dex"; VirtualMachineFactory vmFactory = new VirtualMachineFactory(); // this is Java, so factory VirtualMachine vm = vmFactory.build(smaliOrDexPath); String methodSignature = "Lcom/sharpshooter/gm2/plugin/LoginSharpshooterActivity$O000000;->run()V"; ExecutionGraph graph; graph = vm.execute(methodSignature);
then on NonInteractiveMethodExecutor.java ExecutionNode node = step(); Breakpoint
return node.getContext ==
Lcom/sharpshooter/gm2/plugin/LoginSharpshooterActivity$O000000;->
i want print smali and locals to "trace.txt" then analyze CFG Unflattening
Can you provide a bit more context? classes.zip this is dex
like it