Home
last modified time | relevance | path

Searched refs:GhidraScriptRunner (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/ghidra/
DGhidraScriptRunner.java39 public class GhidraScriptRunner { class
70 public GhidraScriptRunner( in GhidraScriptRunner() method in GhidraScriptRunner
93 public GhidraScriptRunner enableAnalysis() { in enableAnalysis()
114 public GhidraScriptRunner postScript(String contents, Map<String, String> propertiesContent) { in postScript()
129 public GhidraScriptRunner preScript(String contents) { in preScript()
DGhidraFunctionOffsets.java19 import static com.android.sts.common.GhidraScriptRunner.POST_SCRIPT_TIMEOUT;
107 GhidraScriptRunner ghidraScriptRunner = in getFunctionOffsets()
108 new GhidraScriptRunner( in getFunctionOffsets()