awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
L

LLVM-but-worse/java-disassembler

0
View on GitHub↗
0 stars·0 forks·1 vue

Java Disassembler

Features

  • Essential Security Tools - Disassembly utility for analyzing Java bytecode applications.

Historique des stars

Graphique de l'historique des stars pour llvm-but-worse/java-disassemblerGraphique de l'historique des stars pour llvm-but-worse/java-disassembler

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Java Disassembler

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Java Disassembler.
  • ajkhoury/reclassexA

    ajkhoury/ReClassEx

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • de4dot/de4dotAvatar de de4dot

    de4dot/de4dot

    7,428Voir sur GitHub↗

    de4dot is a .NET deobfuscator and unpacker designed to reverse obfuscation and restore readable code and metadata within .NET assemblies. It functions as a bytecode analyzer that simplifies control flow, strips anti-debugging protections, and extracts original payloads from packed executable wrappers. The project distinguishes itself through a modular deobfuscation pipeline and a sandbox environment used for dynamic string decryption, which executes decryption methods to replace encrypted strings with plain-text values. It can identify specific obfuscation tools through pattern-based binary a

    C#
    Voir sur GitHub↗7,428
  • dnspy/dnspyAvatar de dnSpy

    dnSpy/dnSpy

    28,993Voir sur GitHub↗

    dnSpy is a desktop application designed for the analysis, debugging, and modification of compiled .NET assemblies. It functions as an assembly analysis suite and decompiler, translating binary instruction streams back into readable source code to facilitate reverse engineering when original source files are unavailable. The tool distinguishes itself through an integrated binary patching engine and metadata editor, which allow for the direct modification of executable logic and internal metadata tables. It supports in-process debugging instrumentation, enabling users to inject runtime hooks, s

    C#
    Voir sur GitHub↗28,993
  • horsicq/detect-it-easyAvatar de horsicq

    horsicq/Detect-It-Easy

    10,266Voir sur GitHub↗

    Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and packers. It functions as a binary file identifier that utilizes signature matching and heuristic analysis to identify executable and archive formats. The project includes a custom file signature engine and a scriptable rule system for defining and applying detection logic to identify specific binary patterns. It features specialized detectors for Android packages, such as APK and DEX files, and a malware packer detector to identify protections, obfuscators, and virus families. T

    JavaScriptbinary-analysisdebuggerdetect
    Voir sur GitHub↗10,266
Voir les 7 alternatives à Java Disassembler→

Questions fréquentes

Quelles sont les fonctionnalités principales de llvm-but-worse/java-disassembler ?

Les fonctionnalités principales de llvm-but-worse/java-disassembler sont : Essential Security Tools.

Quelles sont les alternatives open-source à llvm-but-worse/java-disassembler ?

Les alternatives open-source à llvm-but-worse/java-disassembler incluent : ajkhoury/reclassex. de4dot/de4dot — de4dot is a .NET deobfuscator and unpacker designed to reverse obfuscation and restore readable code and metadata… dnspy/dnspy — dnSpy is a desktop application designed for the analysis, debugging, and modification of compiled .NET assemblies. It… horsicq/detect-it-easy — Detect-It-Easy is a binary file identifier and analysis toolkit designed to determine file formats, compilers, and… java-deobfuscator/deobfuscator — The real deal. storyyeller/krakatau — Krakatau provides an assembler and disassembler for Java bytecode, which allows you to convert binary classfiles to a…