Skip to content

Commit

Permalink
feat ProcessImpl.<init> hook
Browse files Browse the repository at this point in the history
  • Loading branch information
yoloyyh committed Dec 7, 2023
1 parent f8a1028 commit 7c7c4c3
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,8 @@ output
*.local.yml
target
Cargo.lock
*.js
*.json
*CMakeFiles*
*vcpkg_installed
*node_modules
27 changes: 26 additions & 1 deletion rasp/jvm/JVMProbe/src/main/resources/class.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
- id: 3
name: getErrorStream
desc: ()Ljava/io/InputStream;
- id: 4
name: <init>
desc: ([B[BI[BI[B[IZZ)V
- id: 5
name: <init>
desc: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;[JZ)V

- id: 1
name: java.io.FileInputStream
methods:
Expand Down Expand Up @@ -163,4 +170,22 @@
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;
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

0 comments on commit 7c7c4c3

Please sign in to comment.