Matt Coley
banner
mattcoley.bsky.social
Matt Coley
@mattcoley.bsky.social
Now Recaf 4X can inline return values of simple static methods (like a xor string decryption call in this case)
September 8, 2025 at 8:42 AM
Recaf's interactive deobfuscation window now lets you specify how many passes to run. For some obfuscation patterns that can't be one-shot in one linear pass (opaque control flow leading to more opaque control flow repeated N times) increasing the pass count to N+1 reduces it completely.
August 20, 2025 at 10:59 AM
Updates to how some of the transformers work has cleaned up the output on most obfuscated samples I have. Here's a demo on a Minecraft server plugin getting optimized back to almost perfectly legible source.
July 5, 2025 at 5:59 AM
I'm working on a Docking Framework for #JavaFX - Its very much a WIP, but if anyone has a use for such a thing and has feature requirements/ideas I'd love to hear them.

github.com/Col-E/BentoFX
April 26, 2025 at 4:13 AM