Krakatau is a Java bytecode analysis toolkit that provides assembler and disassembler capabilities for Java classfiles. The tool converts binary Java classfiles into human-readable text format, enabling analysts to examine the low-level structure and implementation details of Java applications. It supports the creation of new classfiles from scratch by allowing users to write bytecode manually in text format. Krakatau includes decompilation functionality that converts Java binaries back to readable source code, making it useful for reverse engineering Java applications. The tool can handle highly obfuscated code and supports some undocumented JVM features found in older versions. The disassembler output allows for detailed examination and comparison of Java binaries at the bytecode level. This capability is particularly valuable for malware analysis, security research, and understanding the inner workings of Java applications. The tool has limitations with newer Java features, specifically lacking support for Java 8+ constructs such as lambda expressions. It focuses primarily on traditional Java bytecode structures and older JVM implementations.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A binary analysis and management framework for organizing and analyzing malware and exploit samples, and creating plugins.
A program to manage yara ruleset in a database with support for different databases and configuration options.
Code to prevent a managed .NET debugger/profiler from working.
A collaborative malware analysis framework with various features for automated analysis tasks.
Intezer is a cloud-based malware analysis platform that detects and classifies malware using genetic code analysis.
A tool that extracts and deobfuscates strings from malware binaries using advanced static analysis techniques.
An open-source dynamic analysis framework that intercepts and monitors API calls in Android applications using the Android Substrate framework.
A static analysis tool for PE files that identifies potential malicious indicators through compiler detection, packing analysis, signature matching, and suspicious string identification.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.