Reference
This is a reference of slicer’s capabilities, categorized by their general purpose. slicer has been designed to be pretty intuitive and self-explanatory, so the best way to learn about its features is to just try them out. However, if you want to know what’s possible or get a more detailed explanation of a specific feature, the following pages are for you.
I want to just view a class, what can I do?
Section titled “I want to just view a class, what can I do?”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.