1 रिपॉजिटरी
The process of auditing compiled Java applications for security threats by converting bytecode to source.
Distinct from Java Source Code Analyzers: Shortlist candidates are general Java tools; this is a specific security auditing application of decompilation.
Explore 1 awesome GitHub repository matching security & cryptography · Java Malware Analysis. Refine with filters or upvote what's useful.
Fernflower is a Java bytecode decompiler designed to convert compiled Java class files back into human-readable source code. It functions as a bytecode analysis tool that recovers original program logic and structure from compiled binaries. The project includes capabilities for obfuscated identifier resolution to rename ambiguous member elements, ensuring clear identifiers in the resulting source. These features support the analysis of obfuscated code, legacy code recovery, and Java malware analysis for security auditing. The system utilizes a structural analysis pipeline that includes contr
Supports security auditing of compiled Java applications by converting bytecode back into readable source code.