Skip to content

Commit

Permalink
update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waderwu committed Nov 26, 2023
1 parent dc7a58e commit fb9ab0d
Show file tree
Hide file tree
Showing 19 changed files with 6 additions and 3 deletions.
Binary file removed .DS_Store
Binary file not shown.
Binary file removed .gradle/7.4/checksums/checksums.lock
Binary file not shown.
Binary file removed .gradle/7.4/checksums/md5-checksums.bin
Binary file not shown.
Binary file removed .gradle/7.4/checksums/sha1-checksums.bin
Binary file not shown.
Binary file not shown.
Empty file.
Binary file removed .gradle/7.4/executionHistory/executionHistory.bin
Binary file not shown.
Binary file removed .gradle/7.4/executionHistory/executionHistory.lock
Binary file not shown.
Binary file removed .gradle/7.4/fileChanges/last-build.bin
Binary file not shown.
Binary file removed .gradle/7.4/fileHashes/fileHashes.bin
Binary file not shown.
Binary file removed .gradle/7.4/fileHashes/fileHashes.lock
Binary file not shown.
Binary file removed .gradle/7.4/fileHashes/resourceHashesCache.bin
Binary file not shown.
Empty file removed .gradle/7.4/gc.properties
Empty file.
Binary file removed .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
2 changes: 0 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties

This file was deleted.

Binary file removed .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file removed .gradle/file-system.probe
Binary file not shown.
Empty file removed .gradle/vcs-1/gc.properties
Empty file.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# soot-fact-generator

generate facts from bytecode (source is https://github.com/plast-lab/doop-mirror/tree/master/generators)

通过soot解析bytecode生成fact,类似于CodeQL创建database的过程,fact等价于codeql的database。

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

1. 执行`git clone https://github.com/BytecodeDL/soot-fact-generator.git`
2. 切换到目录 `cd soot-fact-generator`
3. 更新submodule `git submodule update --init --recursive`
4. 执行 `./gradlew build`进行编译,`soot-fact-generator.jar``build/libs` 目录

## usage

Expand Down

0 comments on commit fb9ab0d

Please # to comment.