Update README to reflect V2 implementation

This commit is contained in:
Gabriel Tofvesson 2021-01-21 02:19:43 +01:00
parent 4ddbf6821b
commit 1734c978b2

View File

@ -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, so much as a byte. Everything should be abstracted to the level of classes,
methods and fields. 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 * Automatic injection of INVOKEDYNAMIC lambda targets
* In-place method instruction injection with references to previous method's return value
## TODO:
* Better tests