22 Commits

Author SHA1 Message Date
1734c978b2 Update README to reflect V2 implementation 2021-01-21 02:19:43 +01:00
4ddbf6821b Complete FrameState analysis implementation 2021-01-21 02:19:25 +01:00
a0e5a3ef29 Implement preliminary method frame state prediction 2021-01-20 08:19:25 +01:00
395de97c9d Add comments and JavaDoc 2020-04-21 19:17:49 +02:00
778d1aed9d Update tests 2020-04-21 18:16:48 +02:00
0b58fcf3a3 Fix bug in multi-method merge algorithm referencing retVal 2020-04-21 18:16:06 +02:00
518dfa80d8 Update README 2020-04-19 21:39:43 +02:00
3e02401995 Update test code 2020-04-19 21:32:37 +02:00
266c43ae11 Implement multiple method weaving with return value references 2020-04-19 21:32:18 +02:00
5c43d02357 Update tests for method weaving 2020-04-19 16:13:28 +02:00
c2aa3202ba Implement rudimentary method weaving 2020-04-19 16:13:04 +02:00
4f694565c3 Update tests to test instruction merging 2020-04-18 21:24:47 +02:00
a53d94e407 Implement basic method instruction merging 2020-04-18 21:24:24 +02:00
2745f391e9 Implement field injection test 2020-04-16 22:19:46 +02:00
7c75571733 Implement field injection 2020-04-16 22:19:29 +02:00
c6cd8a4e15 Add field access condition override example 2020-04-16 03:16:07 +02:00
Gabriel Tofvesson
7ed39dc319
Create README.md 2020-04-16 03:14:07 +02:00
b99cc1939b Add basic tests 2020-04-16 03:01:05 +02:00
217a8b4f6f Add simple tool for quickly loading all classes to merge 2020-04-16 03:00:10 +02:00
420327c453 Implement class merge system 2020-04-16 02:59:38 +02:00
7daab23efe Implement basic annotation system for injection 2020-04-16 02:59:02 +02:00
77aa2f6b2a Initial commit 2020-02-12 15:07:42 +01:00