File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
rasp/jvm/JVMProbe/src/main/java/com/security/smith Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -215,6 +215,26 @@ public Object getSmithProbeProxy() {
215
215
return smithProxy ;
216
216
}
217
217
218
+ public Map <String , Boolean > getSwitchConfig () {
219
+ return this .switchConfig ;
220
+ }
221
+
222
+ public Map <Pair <Integer , Integer >, Filter > getFilter () {
223
+ return this .filters ;
224
+ }
225
+
226
+ public Rule_Mgr getRuleMgr () {
227
+ return this .rulemgr ;
228
+ }
229
+
230
+ public Rule_Config getRuleConfig () {
231
+ return this .ruleconfig ;
232
+ }
233
+
234
+ public SmithProbeProxy getSmithProxy () {
235
+ return this .smithProxy ;
236
+ }
237
+
218
238
public void setClassLoader (Object classLoaderObj ) {
219
239
xClassLoaderObj = classLoaderObj ;
220
240
}
@@ -237,6 +257,10 @@ public String getProbePath() {
237
257
238
258
}
239
259
260
+ public Set <String >[][] getHookTypes () {
261
+ return hookTypes ;
262
+ }
263
+
240
264
public void init () {
241
265
AttachInfo .info ();
242
266
SmithLogger .loggerProberInit ();
You can’t perform that action at this time.
0 commit comments