MCPcopy Create free account
hub / github.com/SummerSec/SPATool / methodG

Method methodG

src/main/java/com/sumsec/core/cfg/Generate.java:39–46  ·  view source on GitHub ↗
(String mname, String mcontext)

Source from the content-addressed store, hash-verified

37
38 // 输入方法内容生成cfg
39 public String methodG(String mname, String mcontext){
40 try {
41 GenClass.genClassM(mname, mcontext);
42 }catch (Exception e){
43 log.error("生成class文件错误");
44 }
45 return TMethod.clsName;
46 }
47 // 生成一个类文件的CFG图
48 public boolean DotG(String graphtype,String filename){
49 try {

Callers 1

CFGGMethod · 0.95

Calls 1

genClassMMethod · 0.95

Tested by

no test coverage detected