You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agent functionality has been completed since the redesign (The readding of agent functionality should have bumped the minor version up back in 1.0.4 but I forgot)
Save changes via File -> Save changes
What's changed
Replaced anonymous classes with lambdas where possible, takes up less space and looks nicer overall
Lowered logging level of decompile "get" failures from INFO to TRACE
What's fixed
Attaching cleaned up
No longer locks up the original Recaf process
Fix process still running after all recaf windows closed
Some javadoc cleanup
Member and variable names labeled with wrong names
References to members that were moved / deleted
Source code now javac compliant
Some generic casting was working only for Eclipse's compiler, its been refactored away
Exception when attempting to load an opcode block that does not exist
Exceptions caused by switch-case fallthrough where there should be a break