We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de7c0d commit b8d65baCopy full SHA for b8d65ba
.gitignore
@@ -1 +1,3 @@
1
build
2
+out
3
+.idea
README.md
@@ -4,7 +4,7 @@ generate facts from bytecode (source is https://github.com/plast-lab/doop-mirror
4
通过soot解析bytecode生成fact,类似于CodeQL创建database的过程,fact等价于codeql的database。
5
6
## build
7
-执行 `gradle build`进行编译,`soot-fact-generator.jar` 在 `build/libs` 目录
+执行 `./gradlew build`进行编译,`soot-fact-generator.jar` 在 `build/libs` 目录
8
9
## usage
10
0 commit comments