Skip to content

Commit

Permalink
Linked to the Releases section in README
Browse files Browse the repository at this point in the history
  • Loading branch information
palant committed Feb 24, 2021
1 parent 982f609 commit 7da4290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Getting started

You can download `apk-instrumentation.jar` from the Releases section of this repository. It is self-contained and requires nothing but Java. If you want to build it yourself, you will need Python 3 and Soot (JAR file with all dependencies). You then run the build command:
You can download `apk-instrumentation.jar` from the [Releases section](https://github.com/palant/apk-instrumentation/releases) of this repository. It is self-contained and requires nothing but Java. If you want to build it yourself, you will need Python 3 and Soot (JAR file with all dependencies). You then run the build command:

./build /path/to/soot-jar-with-dependencies.jar

Expand All @@ -26,7 +26,7 @@ The following configuration options are independent of the components enabled:

## Filters

Each component has a `filter` option allowing to restrict its functionality. It’s a space-separated list, entries can have to following format:
Each component has a `filter` option allowing to restrict its functionality. It’s a space-separated list, entries can have the following format:

* `com.example.test.*`: includes all classes with names matching a particular prefix
* `com.example.test.Main`: includes all methods of a specific class
Expand Down

0 comments on commit 7da4290

Please sign in to comment.