Skip to content

Class view

slicer provides a tabular view of a class file’s properties and members, useful for analyzing class files when disassemblers fail.

Overview

The Overview tab lists basic properties, such as:

  • the magic header (should always be 0xcafebabe)
  • minor & major version (+ a corresponding Java language version)
  • the class name & modifiers
  • the super types (superclass and implemented interfaces)
  • generic signature, if present
  • source file attribute, if present

Constant pool

The Constant pool tab lists constant pool entries with their respective human-readable type and value.

Fields & methods

The Fields and Methods tabs list the class’ members with a human-readable representation of their modifiers and a raw name & type.