Files
Amethyst-Android/lwjgl2_methods_injector
alexytomi ea571a968d mitigation: Mitigate AE1 bug
AE1 mistakenly passes in `1` as an ASM api version when it uses
`SignatureVisitor`. This is valid in ASM4 because it never checks if the
Opcode is valid, this is fixed in ASM5, which we override ASM4 with due
to compatibility issues with the Java 8 JRE we use
2025-12-06 19:55:30 +08:00
..