awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 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/osirisdanielkrupinski 的头像

    danielkrupinski/Osiris

    3,777在 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
    在 GitHub 上查看↗3,777
  • 0xd4d/dnspy0xd4d 的头像

    0xd4d/dnSpy

    29,539在 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#
    在 GitHub 上查看↗29,539
  • ajkhoury/reclassexA

    ajkhoury/ReClassEx

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • calebfenton/dex-oracleCalebFenton 的头像

    CalebFenton/dex-oracle

    505在 GitHub 上查看↗

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

    Ruby
    在 GitHub 上查看↗505

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • cheat-engine/cheat-enginecheat-engine 的头像

    cheat-engine/cheat-engine

    18,453在 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
    在 GitHub 上查看↗18,453
  • col-e/recafCol-E 的头像

    Col-E/Recaf

    7,252在 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
    在 GitHub 上查看↗7,252
  • darthton/xenosDarthTon 的头像

    DarthTon/Xenos

    2,578在 GitHub 上查看↗

    Windows dll injector

    C++
    在 GitHub 上查看↗2,578
  • de4dot/de4dotde4dot 的头像

    de4dot/de4dot

    7,428在 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#
    在 GitHub 上查看↗7,428
  • derpopo/uabeD

    DerPopo/UABE

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dnspy/dnspydnSpy 的头像

    dnSpy/dnSpy

    28,993在 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#
    在 GitHub 上查看↗28,993
  • dude719/reclassexD

    dude719/ReClassEx

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • graxcode/jbytemod-betaG

    GraxCode/JByteMod-Beta

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • helios-decompiler/standalone-appH

    helios-decompiler/standalone-app

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • horsicq/detect-it-easyhorsicq 的头像

    horsicq/Detect-It-Easy

    10,266在 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
    在 GitHub 上查看↗10,266
  • icsharpcode/ilspyicsharpcode 的头像

    icsharpcode/ILSpy

    25,447在 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#
    在 GitHub 上查看↗25,447
  • jindrapetrik/jpexs-decompilerjindrapetrik 的头像

    jindrapetrik/jpexs-decompiler

    5,404在 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
    在 GitHub 上查看↗5,404
  • kn4ck3r/reclass.netK

    KN4CK3R/ReClass.NET

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • konloch/bytecode-viewerKonloch 的头像

    Konloch/bytecode-viewer

    15,537在 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
    在 GitHub 上查看↗15,537
  • korcankaraokcu/pincekorcankaraokcu 的头像

    korcankaraokcu/PINCE

    2,767在 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
    在 GitHub 上查看↗2,767
  • levskaya/jslinux-deobfuscatedlevskaya 的头像

    levskaya/jslinux-deobfuscated

    1,072在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗1,072
  • llvm-but-worse/java-disassemblerL

    LLVM-but-worse/java-disassembler

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • mattgodbolt/compiler-explorerM

    mattgodbolt/compiler-explorer

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • nationalsecurityagency/ghidraNationalSecurityAgency 的头像

    NationalSecurityAgency/ghidra

    69,740在 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
    在 GitHub 上查看↗69,740
  • nccgroup/psrN

    nccgroup/psr

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • neo23x0/fnordNeo23x0 的头像

    Neo23x0/Fnord

    302在 GitHub 上查看↗

    Pattern Extractor for Obfuscated Code

    Shell
    在 GitHub 上查看↗302
  • nickcano/xenoscanN

    nickcano/XenoScan

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • ntquery/scyllaNtQuery 的头像

    NtQuery/Scylla

    1,385在 GitHub 上查看↗

    Imports Reconstructor

    C++
    在 GitHub 上查看↗1,385
  • refirmlabs/binwalkReFirmLabs 的头像

    ReFirmLabs/binwalk

    14,045在 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
    在 GitHub 上查看↗14,045
  • rpisec/llvm-deobfuscatorR

    rpisec/llvm-deobfuscator

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • squalr/squalrSqualr 的头像

    Squalr/Squalr

    124在 GitHub 上查看↗

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

    Rust
    在 GitHub 上查看↗124