awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
deathmarine avatar

deathmarine/Luyten

0
View on GitHub↗
5,105 Stars·1,012 Forks·Java·12 Aufrufe

Luyten

Luyten ist ein Open-Source-Java-Decompiler und Bytecode-Analyzer, der darauf ausgelegt ist, kompilierte Klassendateien zurück in hochsprachigen Quellcode zu transformieren. Er fungiert als grafische Benutzeroberfläche für die Procyon-Decompilation-Engine und ermöglicht die Inspektion und Wiederherstellung von Programmlogik aus Java-Bytecode.

Das Tool bietet Funktionen für Java-Reverse-Engineering und Legacy-Code-Analyse, was die Untersuchung von Anwendungen oder Bibliotheken von Drittanbietern ermöglicht, wenn der ursprüngliche Quellcode nicht verfügbar ist.

Das System enthält ein Desktop-Interface zum Durchsuchen von Klassenhierarchien, rekursives Classpath-Scanning zur Indexierung von JAR-Dateien sowie eine zustandsbehaftete Navigationshistorie, um besuchte Klassen zu verfolgen.

Features

  • Java Decompiler GUIs - Offers a graphical interface that transforms compiled Java class files back into readable source code for logic analysis.
  • Java Bytecode Analysis Tools - Integrates the Procyon engine to translate compiled Java bytecode into high-level source code structures for analysis.
  • Java Reverse Engineering Tools - Enables the analysis of third-party Java applications and libraries when original source code is unavailable.
  • Swing-Based UI Frameworks - Provides a Java Swing-based desktop interface for browsing class hierarchies and viewing decompiled code.
  • File and Folder History Navigation - Tracks the sequence of visited classes to enable backward and forward navigation through the decompiled codebase.
  • Open Source Implementations - Provides a free, open-source implementation for transforming Java bytecode back into high-level source code.
  • Legacy Code Recovery - Facilitates the examination of older Java applications to understand behavior and structure without original documentation.
  • Bytecode Indexing - Recursively scans directory structures and JAR files to build a navigable index of all available bytecode.
  • Decompilers - Open-source Java decompiler GUI for Procyon.
  • Reverse Engineering Tools - Provides a GUI for Java decompilation.

Star-Verlauf

Star-Verlauf für deathmarine/luytenStar-Verlauf für deathmarine/luyten

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht deathmarine/luyten?

Luyten ist ein Open-Source-Java-Decompiler und Bytecode-Analyzer, der darauf ausgelegt ist, kompilierte Klassendateien zurück in hochsprachigen Quellcode zu transformieren. Er fungiert als grafische Benutzeroberfläche für die Procyon-Decompilation-Engine und ermöglicht die Inspektion und Wiederherstellung von Programmlogik aus Java-Bytecode.

Was sind die Hauptfunktionen von deathmarine/luyten?

Die Hauptfunktionen von deathmarine/luyten sind: Java Decompiler GUIs, Java Bytecode Analysis Tools, Java Reverse Engineering Tools, Swing-Based UI Frameworks, File and Folder History Navigation, Open Source Implementations, Legacy Code Recovery, Bytecode Indexing.

Welche Open-Source-Alternativen gibt es zu deathmarine/luyten?

Open-Source-Alternativen zu deathmarine/luyten sind unter anderem: java-decompiler/jd-gui — This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It… col-e/recaf — Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java… konloch/bytecode-viewer — This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for… pxb1988/dex2jar — dex2jar is an Android dex decompiler and reverse engineering tool designed to convert Dalvik executable bytecode into… fesh0r/fernflower — Fernflower is a Java bytecode decompiler and reverse engineering tool. It transforms compiled Java class files back… rocky/python-uncompyle6 — python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode…

Open-Source-Alternativen zu Luyten

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Luyten.
  • java-decompiler/jd-guiAvatar von java-decompiler

    java-decompiler/jd-gui

    15,024Auf GitHub ansehen↗

    This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap

    Java
    Auf GitHub ansehen↗15,024
  • col-e/recafAvatar von Col-E

    Col-E/Recaf

    7,252Auf GitHub ansehen↗

    Recaf is a suite of specialized tools for assembling, editing, deobfuscating, decompiling, and instrumenting Java bytecode and runtime processes. It provides a coordinated environment for modifying compiled Java class files and analyzing the behavior of Java applications. The project distinguishes itself through a multi-level abstraction layer that allows for editing across different formats and a pluggable framework that routes bytecode through multiple configurable decompilation engines. It includes an embedded scripting engine and plugin architecture to automate repetitive tasks and extend

    Java
    Auf GitHub ansehen↗7,252
  • konloch/bytecode-viewerAvatar von Konloch

    Konloch/bytecode-viewer

    15,537Auf GitHub ansehen↗

    This project is a Java bytecode reverse engineering suite that functions as a disassembler, decompiler, and editor for Java class files and Android APK binaries. It provides tools to transform compiled bytecode into assembly instructions or readable source code. The toolset supports Android APK analysis and Java binary patching, allowing for the modification of source code or bytecode and subsequent recompilation into functional binaries. It includes capabilities for removing Java obfuscation and performing malware analysis through the detection of malicious code patterns. The system incorpo

    Javaandroidapkbaksmali
    Auf GitHub ansehen↗15,537
  • pxb1988/dex2jarAvatar von pxb1988

    pxb1988/dex2jar

    13,112Auf GitHub ansehen↗

    dex2jar is an Android dex decompiler and reverse engineering tool designed to convert Dalvik executable bytecode into Java class files. It functions as a bytecode converter that transforms compiled Android binaries into a format compatible with standard Java analysis tools. The project facilitates Android app decompilation and Java bytecode recovery by translating executable files into readable structures. This allows for the analysis of application logic and the identification of security vulnerabilities or malicious behavior during Android malware analysis. The tool performs static bytecod

    Java
    Auf GitHub ansehen↗13,112
  • Alle 30 Alternativen zu Luyten anzeigen→