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
@@ -398,6 +399,17 @@ _Libraries that handle decentralization tasks._
398
399
399
400
-[java-tron](https://github.com/tronprotocol/java-tron) Implementation of the Tron Protocol, whic utilizes blockchains to develop decentralized applications.
400
401
402
+
### Decompilation
403
+
404
+
_Libraries for decompiling JVM bytecode._
405
+
406
+
-[CFR](https://github.com/leibnitz27/cfr) - Java decompiler focused on modern language features.
407
+
-[Fernflower](https://github.com/JetBrains/fernflower) - Java decompiler with broad JVM bytecode support.
-[Procyon](https://github.com/mstrobel/procyon) - Java decompiler and metadata toolkit.
410
+
-[transformer-api](https://github.com/nbauma109/transformer-api) - Unified API that exposes multiple decompilers through one in-memory transformation interface.
411
+
-[Vineflower](https://github.com/Vineflower/vineflower) - Modern maintained fork of Fernflower.
412
+
401
413
### Dependency Injection
402
414
403
415
_Libraries that help to realize the [Inversion of Control](https://en.wikipedia.org/wiki/Inversion_of_control) paradigm._
0 commit comments