MCPcopy Index your code
hub / github.com/SummerSec/SPATool / CFGExport

Method CFGExport

src/main/java/com/sumsec/ui/mainController.java:139–142  ·  view source on GitHub ↗
(ActionEvent actionEvent)

Source from the content-addressed store, hash-verified

137 }
138 // 导出CFG图片
139 public void CFGExport(ActionEvent actionEvent) {
140 SaveFile saveFile = new SaveFile();
141 saveFile.Save("png",true);
142 }
143 // 生成AST文件
144 public void ASTG(ActionEvent actionEvent) {
145 String context = ASTFC.getText();

Callers

nothing calls this directly

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected