Skip to content
This repository has been archived by the owner on Mar 21, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cxcorp authored Feb 8, 2017
1 parent 3525904 commit 8da483f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Program for reading and writing other programs' memory.
Coursework for [Javalabra-2017-3](https://github.com/javaLabra/Javalabra2017-3).

## Current state
Lacuna can currently dump the active process list and read a process' memory on both Windows and Linux. Serialization classes exist for serializing between byte array, boolean and integer.
Lacuna can currently dump the active process list and read a process' memory on both Windows and Linux. Reading supports common primitive data types as well as arbitrary byte amounts.

![](http://i.imgur.com/ATN6vdf.png)

Expand All @@ -16,6 +16,11 @@ Tested platforms:
- Microsoft Windows 10 Pro N (Build 14393)
* Linux:
- Ubuntu 16.04.1 LTS (Kernel 4.4.0-59-generic x86_64 GNU/Linux)

## Links
* [**Javadoc**](https://htmlpreview.github.io/?https://github.com/cxcorp/lacuna/blob/master/javadoc/index.html)
* [**Documentation**](https://github.com/cxcorp/lacuna/tree/master/dokumentaatio) (spec, diagrams, reports)
* [**Trello**](https://trello.com/b/KGL8icHx/lacuna)

## Download
See [**Releases**](https://github.com/cxcorp/lacuna/releases) for ready jars. Run with `java -jar lacuna-<VERSION>.jar`
Expand All @@ -31,11 +36,6 @@ For compilation instructions, see below.
- You may optionally choose to skip running unit tests: `mvn clean package -DskipTests`
5. Run Lacuna: `java -jar target/lacuna-<VERSION>.jar`

## Links
* [**Javadoc**](https://htmlpreview.github.io/?https://github.com/cxcorp/lacuna/blob/master/javadoc/index.html)
* [**Documentation**](https://github.com/cxcorp/lacuna/tree/master/dokumentaatio) (spec, diagrams, reports)
* [**Trello**](https://trello.com/b/KGL8icHx/lacuna)

## License
Lacuna is licensed under the MIT License (Expat).
See LICENSE.

0 comments on commit 8da483f

Please sign in to comment.