ExceptionObfuscationTransformer

A Transformer responsible for removing ZKM's exception obfuscation, which inserts exception handlers that catch any type of exception and immediately re-throw them. The exception handlers are inserted in locations where there is no Java source code equivalent, confusing decompilers.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun transform(classPath: ClassPath)