From 1734c978b2c53e306a78b10b29b6bf4e5c0840f7 Mon Sep 17 00:00:00 2001 From: Gabriel Tofvesson Date: Thu, 21 Jan 2021 02:19:43 +0100 Subject: [PATCH] Update README to reflect V2 implementation --- README.md | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index f19eb8a..2dcf976 100644 --- a/README.md +++ b/README.md @@ -5,24 +5,20 @@ What this means is that a user of this library should never have to see so much as a byte. Everything should be abstracted to the level of classes, methods and fields. -## Progress: +## Version 2 -* Method injection (replacement, in-place leading injection and in-place trailing injection) +### Implemented -* Field injection (access transforming and new fields) +* Per-instruction method frame state analysis tools -* Target field accesses from injection class (non-primitive/reference) +* Method insertion (basic) -* Method calls and field accesses referencing injection class elements automatically redirected to target +* Method replacement (basic) -* Optional interface injection +### TODO + +* In-place method prepending -* Target class method invocation +* In-place method appending -* Multiple injections per method - -* In-place method instruction injection with references to previous method's return value - -## TODO: - -* Better tests +* Automatic injection of INVOKEDYNAMIC lambda targets \ No newline at end of file