Skip to content

Commit b8d65ba

Browse files
committed
update readme
1 parent 5de7c0d commit b8d65ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
build
2+
out
3+
.idea

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ generate facts from bytecode (source is https://github.com/plast-lab/doop-mirror
44
通过soot解析bytecode生成fact,类似于CodeQL创建database的过程,fact等价于codeql的database。
55

66
## build
7-
执行 `gradle build`进行编译,`soot-fact-generator.jar``build/libs` 目录
7+
执行 `./gradlew build`进行编译,`soot-fact-generator.jar``build/libs` 目录
88

99
## usage
1010

0 commit comments

Comments
 (0)