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
·
Back to java-deobfuscator/deobfuscator

Open-source alternatives to Deobfuscator

30 open-source projects similar to java-deobfuscator/deobfuscator, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Deobfuscator alternative.

  • danielkrupinski/osirisAvatar de danielkrupinski

    danielkrupinski/Osiris

    3,777Voir sur GitHub↗

    Osiris is a software tool designed to modify Counter-Strike 2 gameplay through internal memory manipulation and visual overlays. It functions as an external game cheat and cross-platform modifier that alters game behavior and reveals hidden data to provide a competitive advantage. The project utilizes a Panorama GUI overlay to manage settings and features directly within the game environment. This interface is built using the Panorama framework to develop custom game GUIs and manage modification controls. The software covers real-time game telemetry and hidden data visualization by scanning

    C++cheatcounter-strikecounter-strike-2
    Voir sur GitHub↗3,777
  • 0xd4d/dnspyAvatar de 0xd4d

    0xd4d/dnSpy

    29,539Voir sur GitHub↗

    dnSpy is a specialized toolset for the reverse engineering, analysis, and modification of compiled .NET binaries. It functions as a decompiler that converts assemblies back into readable high-level source code, an assembly editor for modifying bytecode and metadata, and a debugger for inspecting compiled binaries. The project integrates a hex editor specifically for inspecting and modifying raw bytes and Common Intermediate Language structures. It allows for the direct modification of binary contents to change application behavior without requiring the original project source files. The tool

    C#
    Voir sur GitHub↗29,539
  • ajkhoury/reclassexA

    ajkhoury/ReClassEx

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • calebfenton/dex-oracleAvatar de CalebFenton

    CalebFenton/dex-oracle

    505Voir sur GitHub↗

    A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis. Also, the inspiration for another Android deobfuscator: Simplify.

    Ruby
    Voir sur GitHub↗505

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.

Find more with AI search
  • cheat-engine/cheat-engineAvatar de cheat-engine

    cheat-engine/cheat-engine

    18,453Voir sur GitHub↗

    Cheat Engine is a software reverse engineering suite and memory editor designed for the Windows environment. It functions as a comprehensive platform for inspecting, analyzing, and modifying the internal logic and data structures of running applications. The tool provides capabilities for real-time memory scanning and manipulation, allowing users to locate and alter specific values within a process's address space. It distinguishes itself through advanced debugging features, including hardware-assisted debugging, kernel-mode driver injection for bypassing memory protections, and dynamic binar

    Pascal
    Voir sur GitHub↗18,453
  • col-e/recafAvatar de Col-E

    Col-E/Recaf

    7,252Voir sur GitHub↗

    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
    Voir sur GitHub↗7,252
  • darthton/xenosAvatar de DarthTon

    DarthTon/Xenos

    2,578Voir sur GitHub↗

    Windows dll injector

    C++
    Voir sur GitHub↗2,578
  • 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
  • derpopo/uabeD

    DerPopo/UABE

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • 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
  • dude719/reclassexD

    dude719/ReClassEx

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • graxcode/jbytemod-betaG

    GraxCode/JByteMod-Beta

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • helios-decompiler/standalone-appH

    helios-decompiler/standalone-app

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • 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
  • icsharpcode/ilspyAvatar de icsharpcode

    icsharpcode/ILSpy

    25,447Voir sur GitHub↗

    ILSpy is a .NET decompiler and binary analyzer designed to convert compiled .NET assemblies back into readable C# source code. It functions as a metadata explorer and a common intermediate language viewer, enabling the analysis of compiled code and the execution of reverse engineering workflows. The project distinguishes itself through specialized translation capabilities, such as converting compiled binary XML (BAML) back into human-readable XAML for user interface analysis. It also provides tools for inspecting native machine code and extracting metadata from program database (PDB) files.

    C#
    Voir sur GitHub↗25,447
  • jindrapetrik/jpexs-decompilerAvatar de jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404Voir sur GitHub↗

    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
    Voir sur GitHub↗5,404
  • kn4ck3r/reclass.netK

    KN4CK3R/ReClass.NET

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • konloch/bytecode-viewerAvatar de Konloch

    Konloch/bytecode-viewer

    15,537Voir sur GitHub↗

    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
    Voir sur GitHub↗15,537
  • korcankaraokcu/pinceAvatar de korcankaraokcu

    korcankaraokcu/PINCE

    2,767Voir sur GitHub↗

    PINCE is a dynamic debugger, instruction tracer, and memory scanner designed for the analysis and manipulation of running processes. It functions as a process memory manipulator and editor, allowing for the identification, modification, and monitoring of values within a target application's active memory. The tool distinguishes itself through memory pointer analysis, tracing addresses and offsets to locate static pointers that lead to dynamic data across different sessions. It also enables the execution of internal functions within a running process by manipulating the instruction pointer and

    Pythonassemblercheat-enginedebugging-tool
    Voir sur GitHub↗2,767
  • levskaya/jslinux-deobfuscatedAvatar de levskaya

    levskaya/jslinux-deobfuscated

    1,072Voir sur GitHub↗

    An old version of Mr. Bellard's JSLinux rewritten to be human readable, hand deobfuscated and annotated.

    JavaScript
    Voir sur GitHub↗1,072
  • llvm-but-worse/java-disassemblerL

    LLVM-but-worse/java-disassembler

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • mattgodbolt/compiler-explorerM

    mattgodbolt/compiler-explorer

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • nationalsecurityagency/ghidraAvatar de NationalSecurityAgency

    NationalSecurityAgency/ghidra

    69,740Voir sur GitHub↗

    Ghidra is a software reverse engineering suite designed to analyze compiled binaries and reconstruct program logic without access to original source code. It provides an interactive environment for disassembly and decompilation, utilizing a platform-independent intermediate representation to maintain consistency across diverse hardware architectures. The framework supports automated binary analysis through programmatic routines, enabling the investigation of complex code patterns and security indicators. The platform distinguishes itself through a modular architecture that allows for extensiv

    Javadisassemblerreverse-engineeringsoftware-analysis
    Voir sur GitHub↗69,740
  • nccgroup/psrN

    nccgroup/psr

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • neo23x0/fnordAvatar de Neo23x0

    Neo23x0/Fnord

    302Voir sur GitHub↗

    Pattern Extractor for Obfuscated Code

    Shell
    Voir sur GitHub↗302
  • nickcano/xenoscanN

    nickcano/XenoScan

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • ntquery/scyllaAvatar de NtQuery

    NtQuery/Scylla

    1,385Voir sur GitHub↗

    Imports Reconstructor

    C++
    Voir sur GitHub↗1,385
  • refirmlabs/binwalkAvatar de ReFirmLabs

    ReFirmLabs/binwalk

    14,045Voir sur GitHub↗

    Binwalk is a firmware analysis and reverse engineering tool designed to identify, extract, and analyze embedded files and data types within binary firmware blobs. It functions as a binary file signature scanner and entropy analyzer to decompose firmware images into their constituent components. The tool distinguishes itself by combining signature-based pattern matching for known binary headers with entropy analysis. By calculating data randomness across file offsets, it can locate compressed or encrypted sections that do not possess known signatures. The project covers binary data forensics

    Rust
    Voir sur GitHub↗14,045
  • rpisec/llvm-deobfuscatorR

    rpisec/llvm-deobfuscator

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • squalr/squalrAvatar de Squalr

    Squalr/Squalr

    124Voir sur GitHub↗

    A generic game/software hacking tool written from the ground up in Rust.

    Rust
    Voir sur GitHub↗124