Skip to content

Reference

So, you want to look at some Java classes?
Section titled “So, you want to look at some Java classes?”

You might want to start with the Disassembly page, especially if you’re new to decompilation/disassembly in general. It provides an overview of the tools available in slicer, including their strengths and weaknesses.

If you’re looking for the graphing capabilities, check out the Graph page, which describes the flow graph and inheritance tree visualizations.

If you want to learn more about searching in class files or familiarize yourself with the pseudocode output, the Analysis page is for you.