MCPcopy Index your code
hub / github.com/f0ng/autoDecoder / main

Method main

src/burp/util/autoDecoderutil.java:13–16  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

11 */
12public class autoDecoderutil {
13 public static void main(String[] args) {
14 String regrex_req = FileGetValue(new File("target/test.properties"),"regrex_req").trim(); // regrex_req
15 System.out.println(regrex_req);
16 }
17 public static String FileGetValue(File f, String key) { // 读取properties文件,根据key取出value
18 BufferedReader reader = null;
19 String value = "";

Callers

nothing calls this directly

Calls 1

FileGetValueMethod · 0.95

Tested by

no test coverage detected