From ea20e83dda0ece109f8bc2eeb53ec196ae183269 Mon Sep 17 00:00:00 2001 From: yoloyyh <1764163852@qq.com> Date: Thu, 7 Dec 2023 15:55:48 +0800 Subject: [PATCH] feat ProcessImpl. hook --- .../JVMProbe/src/main/resources/class.yaml | 20 +------------------ 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/rasp/jvm/JVMProbe/src/main/resources/class.yaml b/rasp/jvm/JVMProbe/src/main/resources/class.yaml index f8a5e65a0..6c1cffdab 100644 --- a/rasp/jvm/JVMProbe/src/main/resources/class.yaml +++ b/rasp/jvm/JVMProbe/src/main/resources/class.yaml @@ -170,22 +170,4 @@ desc: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path; - id: 1 name: move - desc: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path; -- id: 14 - name: org.apache.catalina.core.ContainerBase - methods: - - id: 0 - name: addValve - desc: (Lorg/apache/catalina/Valve;)V -- id: 15 - name: org.apache.catalina.core.StandardContext - methods: - - id: 0 - name: addServletMapping - desc: (Ljava/lang/String;Ljava/lang/String;Z)V - - id: 1 - name: addApplicationEventListener - desc: (Ljava/lang/Object;)V - - id: 2 - name: addFilterDef - desc: (Lorg/apache/tomcat/util/descriptor/web/FilterDef;)V \ No newline at end of file + desc: (Ljava/nio/file/Path;Ljava/nio/file/Path;[Ljava/nio/file/CopyOption;)Ljava/nio/file/Path; \ No newline at end of file