Skip to content

Disassembly

Disassembly is a reconstruction of a Java class file into a human-readable representation or into Java source code (decompilation), this is the main view you’ll see in slicer.

The currently supported disassemblers/decompilers are:

Custom ones can be added through the Disassembler API (popular ones are here).