Skip to content

Commit

Permalink
Merge pull request #560 from bytedance/feat-process
Browse files Browse the repository at this point in the history
Feat process
  • Loading branch information
yoloyyh authored Dec 7, 2023
2 parents f8a1028 + ea20e83 commit 88d50d5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
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
7 changes: 7 additions & 0 deletions 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

0 comments on commit 88d50d5

Please sign in to comment.