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
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to icsharpcode/avaloniailspy

Open-source alternatives to AvaloniaILSpy

18 open-source projects similar to icsharpcode/avaloniailspy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best AvaloniaILSpy alternative.

  • ata4/bspsrcA

    ata4/bspsrc

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • boomerangdecompiler/boomerangAvatar von BoomerangDecompiler

    BoomerangDecompiler/boomerang

    403Auf GitHub ansehen↗

    Boomerang Decompiler - Fighting the code-rot :)

    C++
    Auf GitHub ansehen↗403
  • comaeio/porosityAvatar von comaeio

    comaeio/porosity

    935Auf GitHub ansehen↗

    UNMAINTAINED Decompiler and Security Analysis tool for Blockchain-based Ethereum Smart-Contracts

    C++
    Auf GitHub ansehen↗935
  • deathmarine/luytenAvatar von deathmarine

    deathmarine/Luyten

    5,105Auf GitHub ansehen↗

    Luyten is an open source Java decompiler and bytecode analyzer designed to transform compiled class files back into high-level source code. It functions as a graphical user interface for the Procyon decompilation engine, allowing for the inspection and recovery of program logic from Java bytecode. The tool provides capabilities for Java reverse engineering and legacy code analysis, enabling the examination of third-party applications or libraries when original source code is unavailable. The system includes a desktop interface for browsing class hierarchies, recursive classpath scanning to

    Java
    Auf GitHub ansehen↗5,105
  • java-decompiler/jd-eclipseJ

    java-decompiler/jd-eclipse

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • 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

KI-Suche

Entdecke weitere awesome Repositories

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

Find more with AI search
  • jindrapetrik/jpexs-decompilerAvatar von jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404Auf GitHub ansehen↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Javadecompilereditorflash
    Auf GitHub ansehen↗5,404
  • kwart/jd-cmdK

    kwart/jd-cmd

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • leibnitz27/cfrAvatar von leibnitz27

    leibnitz27/cfr

    2,408Auf GitHub ansehen↗
    Java
    Auf GitHub ansehen↗2,408
  • rocky/python-uncompyle6Avatar von rocky

    rocky/python-uncompyle6

    4,302Auf GitHub ansehen↗

    python-uncompyle6 is a Python bytecode decompiler and reverse engineering tool designed to convert compiled bytecode files back into human-readable source code. It functions as a source code recoverer and bytecode disassembler, allowing for the analysis of internal program logic and the reconstruction of original language constructs. The tool provides cross-version support, enabling the analysis and recovery of source code from bytecode created across multiple different versions of the Python interpreter. This allows it to operate as a cross-version bytecode analyzer that can interpret varied

    Python
    Auf GitHub ansehen↗4,302
  • silverf0x/rpcviewAvatar von silverf0x

    silverf0x/RpcView

    1,056Auf GitHub ansehen↗

    RpcView is a free tool to explore and decompile Microsoft RPC interfaces

    C++
    Auf GitHub ansehen↗1,056
  • skylot/jadxAvatar von skylot

    skylot/jadx

    49,088Auf GitHub ansehen↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Javaandroiddecompilerdex
    Auf GitHub ansehen↗49,088
  • steamdatabase/valveresourceformatS

    steamdatabase/valveresourceformat

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • storyyeller/krakatauAvatar von Storyyeller

    Storyyeller/Krakatau

    2,177Auf GitHub ansehen↗

    Krakatau provides an assembler and disassembler for Java bytecode, which allows you to convert binary classfiles to a human readable text format, make changes, and convert it back to a classfile, even for obfuscated code. You can also create your own classfiles from scratch by writing bytecode…

    Rust
    Auf GitHub ansehen↗2,177
  • uxmal/rekoAvatar von uxmal

    uxmal/reko

    2,576Auf GitHub ansehen↗

    Reko is a binary decompiler.

    C#aarch64armdecompile
    Auf GitHub ansehen↗2,576
  • venshine/decompile-apkV

    venshine/decompile-apk

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • wwwg/wasmdecW

    wwwg/wasmdec

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • zrax/pycdcAvatar von zrax

    zrax/pycdc

    4,304Auf GitHub ansehen↗

    pycdc is a reverse engineering toolset that decompiles and disassembles compiled Python bytecode files back into readable source code. It parses .pyc file headers, reconstructs abstract syntax trees from bytecode instructions, and handles version-specific opcodes across Python versions 1.0 through 3.13 with endian-aware binary parsing. The tool recovers numeric constants, string literals, and marshalled Python objects from compiled bytecode, supporting both file-based and in-memory bytecode loading. It provides a human-readable disassembly listing of bytecode instructions alongside full sourc

    C++cxxdecompilerdisassembler
    Auf GitHub ansehen↗4,304