From 8da483f38fa5d07ce403ba83f3506c9b96343130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joona=20Heikkil=C3=A4?= Date: Wed, 8 Feb 2017 03:47:46 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4481bbe..23c6daf 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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-.jar` @@ -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-.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.