Slicer

screenshot of Slicer
svelte
vite
tailwind
bits-ui

A modern Java reverse engineering tool for the web.

Overview

Slicer is a modern Java reverse engineering tool designed to simplify the process of analyzing Java class files through a user-friendly web interface. Developed as an experiment to run a Java decompiler in the browser, Slicer provides a seamless experience for developers looking to view and manipulate class files without needing to set up complex local environments. It offers a unique blend of functionality and accessibility, making it an intriguing option for anyone who wishes to explore Java code with ease.

The tool's development derives from the desire to merge backend capabilities with a simplistic frontend experience, encapsulated in a playful design. While it may not carry some of the more robust features found in dedicated reverse engineering tools, Slicer excels at offering a quick and manageable way to inspect class files directly from your browser or as a Progressive Web App (PWA).

Features

  • Disassembly and Decompilation: Supports various formats including CFR, JASM, Vineflower, and Procyon for a comprehensive analysis of Java class files.
  • Graph Visualization: Allows users to visualize inheritance and interface implementations effectively within a structured workspace.
  • Control Flow Graph (CFG): Provides insights into bytecode control flow, aiding in the understanding of complex class interactions.
  • Export Functionality: Easily export graphs and other visualizations to PNG or SVG formats for sharing or documentation purposes.
  • Heap Dump Reading: Efficiently reads and summarizes heap dumps for quick access to memory content analysis.
  • Hexadecimal Viewer: Offers a straightforward way to inspect binary files in a simple hexadecimal format.
  • JavaScript API: Includes a scripting API that enables users to execute various JavaScript functions for custom functionality.
  • Multi-pane Workspace: Facilitates the viewing of multiple files simultaneously, enhancing productivity and ease of navigation.
svelte
Svelte

Svelte is a modern front-end framework that compiles your code at build time, resulting in smaller and faster applications. It uses a reactive approach to update the DOM, allowing for high performance and a smoother user experience.

vite
Vite

Vite is a build tool that aims to provide a faster and leaner development experience for modern web projects

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

bits-ui
Bits UI

Bits UI is a headless component library for Svelte that provides unstyled, accessible UI primitives. It powers shadcn-svelte and offers a foundation for building custom component libraries with full accessibility support in the Svelte ecosystem.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.