Skip to content

Commit 097a603

Browse files
committed
update text
1 parent bd6bca7 commit 097a603

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# SootDiff - Bytecode Comparison Across Different Java Compilers
22

3-
This repository hosts the SootDiff analysis tool. SootDiff statically computes data flows in Android apps and Java programs. Its goal is to provide researchers and practitioners with a tool and library on which they can base their own research projects and product implementations. We are happy to see that FlowDroid is now widely used in academia as well as industry.
3+
This repository hosts the SootDiff analysis tool. SootDiff allows the comparison of the Java ByteCode create by different Java compilers.
4+
To do so it uses static analysis and optimizations to unify the generated ByteCode, e.g. Constant Propagation, Dead Code Elimination, String Handling. Its goal is to provide researchers and practitioners with a tool and library on which they can base their own research projects and product implementations.
45

56
## Obtaining SootDiff
67
You can either build SootDiff on your own using Maven, or you can download a release from here on Github.
78

89
### Downloading the Release
9-
The Release Page contains all pre-built JAR files for each release that we officially publish. We recommend using the latest and greatest version unless you have a specific issue that prevents you from doing so. In that case, please let us know (see contact below).
10+
The Release Page contains all pre-built JAR files for each release that we officially publish. We recommend using the latest and greatest version unless you have a specific issue that prevents you from doing so. In that case, please let us know.
1011

1112

1213
### Building SootDiff with Maven

0 commit comments

Comments
 (0)