Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdullinAM authored Jun 18, 2024
1 parent 1d336f5 commit 8dce595
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
[![JDK 8 CI](https://github.com/vorpal-research/kex/actions/workflows/jdk8-ci.yml/badge.svg)](https://github.com/vorpal-research/kex/actions/workflows/jdk8-ci.yml)
[![JDK 11 CI](https://github.com/vorpal-research/kex/actions/workflows/jdk11-ci.yml/badge.svg)](https://github.com/vorpal-research/kex/actions/workflows/jdk11-ci.yml)
[![JDK 17 CI](https://github.com/vorpal-research/kex/actions/workflows/jdk17-ci.yml/badge.svg)](https://github.com/vorpal-research/kex/actions/workflows/jdk17-ci.yml)

# Kex

Kex is a platform for analysis of Java bytecode.

# Build

## Prerequisits

* JDK 8, 11 or 17 (other versions are not tested)
* OS: Linux, Windows or Mac
* Arch: amd64, x86_64, ARM (Mac only)

## Build

* build jar with all the dependencies:
```
mvn clean package
Expand Down

0 comments on commit 8dce595

Please sign in to comment.