- System requirements
- Profiler architecture
- Profiler installation
- Uninstall profiler
- Running the profiler
- Profiler activation
- Welcome screen
- Start profiling
- Profiling overhead
- Snapshots
- Solving performance problems
- CPU profiling
- Thread profiling
- Virtual threads support
- Object allocation profiling
- Memory profiling
- Monitor profiling
- Exception profiling
- Telemetry
- Probes: monitor events of various kinds
- Inspections: automatic recognition of typical problems
- Automatically trigger actions on event
- Automatic deobfuscation
- Summary
- Filters
- Profiler command line
- Export of profiling results to external formats
- Profiler Java API
- Profiler HTTP API
- Settings
- Troubleshooting and FAQ
Automatic deobfuscation
What is obfuscation and deobfuscation?
Obfuscation is the process of transforming the original Java source code into a form that is difficult to read and understand, yet retains its functionality. It involves renaming variables, methods, and classes to non-meaningful identifiers and may also include altering control flow to make it more complex. Obfuscation is used primarily for security reasons, making it hard for malicious actors to reverse-engineer the application.
Deobfuscation is essentially the reverse of obfuscation. It converts the obfuscated code back to a form that is easier to read and understand.
How to configure deobfuscator
Profiling an obfuscated Java application can be a real challenge. Fortunately, if your application is obfuscated, YourKit Java Profiler can automatically restore original names of classes, fields, and methods. Deobfuscator can be configured for a specific snapshot, as well as when you are connected to the running application. In this case the deobfuscator will apply to live results and will be chosen by default for captured snapshots.
To configure deobfuscator, please visit Summary tab and click Configure deobfuscator... hyperlink. You will need to specify deobfuscator type and the path to the obfuscation log:

Supported Java obfuscators
YourKit Java Profiler supports the following obfuscators:
- Allatori
- MCP mapping (Minecraft mappings)
- ProGuard
- Retro Guard
- Zelix KlassMaster
- yGuard