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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to wrbug/dumpdex

Open-source alternatives to DumpDex

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

  • vaibhavpandeyvpz/apkstudiovaibhavpandeyvpz 的头像

    vaibhavpandeyvpz/apkstudio

    3,606在 GitHub 上查看↗

    Apkstudio is a reverse engineering integrated development environment designed for decompiling, modifying, and recompiling Android application packages. It provides a specialized suite for transforming binary files into readable source code and bundling them back into installable application archives. The project features a framework integration system that imports manufacturer-specific files to ensure accurate decompilation of vendor-modified applications. It includes a dedicated editor for Smali, Java, and XML files with syntax highlighting, as well as a hex editor for the direct modificati

    C++androidandroid-decompilerapk-decompiler
    在 GitHub 上查看↗3,606
  • jermic/android-crack-toolJermic 的头像

    Jermic/Android-Crack-Tool

    2,944在 GitHub 上查看↗

    This project is a toolkit for reverse engineering, modifying, and re-signing Android application packages. It provides a suite of utilities designed to decompile compiled binary files into readable source code and translate low-level bytecode into formats suitable for human analysis. The tool facilitates security auditing and research by allowing users to extract and interpret manifest metadata, decode Unicode sequences, and inspect internal application logic. Beyond analysis, it supports the modification of application packages, enabling users to rebuild and re-align files to optimize perfor

    androidandroid-crackapk
    在 GitHub 上查看↗2,944
  • charles2gan/gda-android-reversing-toolcharles2gan 的头像

    charles2gan/GDA-android-reversing-Tool

    4,778在 GitHub 上查看↗

    This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode deobfuscator, and malware analysis tool. It is designed to convert APK, DEX, and OAT binaries into human-readable source code using a native implementation that does not require a Java Virtual Machine. The platform is distinguished by its integration with Frida for dynamic analysis, allowing users to hook methods, inject custom JavaScript, and dump device memory in real time. It also features specialized security engines, including a taint propagation engine and a stack-state machine, to

    Pythondecompilermalware-analysismobile-security
    在 GitHub 上查看↗4,778

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • 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
  • 1n3/reverseapk1

    1n3/reverseapk

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • alonemonkey/iosrebookA

    AloneMonkey/iOSREBook

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • 0xnobody/vmpdump0xnobody 的头像

    0xnobody/vmpdump

    1,378在 GitHub 上查看↗

    A dynamic VMP dumper and import fixer, powered by VTIL.

    C++
    在 GitHub 上查看↗1,378
  • aquynh/capstoneaquynh 的头像

    aquynh/capstone

    8,839在 GitHub 上查看↗

    Capstone is a multi-architecture disassembly framework and binary translation system. It converts binary machine code into human-readable assembly instructions for a wide variety of hardware instruction set architectures and virtual machines. The framework supports a diverse range of targets, including x86, ARM, RISC-V, and MIPS, as well as virtual machine environments like WebAssembly and the Ethereum Virtual Machine. It functions as an instruction analysis tool capable of extracting granular decomposition data and semantic information from disassembled code. The engine is designed for low-

    C
    在 GitHub 上查看↗8,839
  • avast-tl/retdecavast-tl 的头像

    avast-tl/retdec

    8,556在 GitHub 上查看↗

    Retdec is an LLVM-based machine code decompiler and static binary analysis tool designed for binary reverse engineering. It translates binary executable code into high-level representations to facilitate the reconstruction of program logic from compiled machine code. The system utilizes a retargetable frontend architecture and a multi-stage lifting pipeline to convert raw bytes into a common intermediate language. It differentiates custom program logic from known library code through signature-based identification and provides utilities for binary symbol demangling to restore human-readable n

    C++
    在 GitHub 上查看↗8,556
  • beautify-web/js-beautifybeautify-web 的头像

    beautify-web/js-beautify

    8,973在 GitHub 上查看↗

    js-beautify is a web language beautifier and code formatter designed to standardize the layout and structure of JavaScript, HTML, and CSS files. It reorganizes source code into a consistent, readable style by applying configurable indentation and spacing rules. The project includes a utility for unpacking minified scripts, which transforms compressed or obfuscated JavaScript into a human-readable format. It provides a command-line interface for executing bulk code reformatting across multiple files. The tool supports customizable formatting rules and language-specific overrides, which can be

    JavaScript
    在 GitHub 上查看↗8,973
  • binarly-io/efixplorerB

    binarly-io/efiXplorer

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • binspector/binspectorB

    binspector/binspector

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • blackint3/openarkB

    BlackINT3/OpenArk

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • can1357/novmpcan1357 的头像

    can1357/NoVmp

    2,144在 GitHub 上查看↗

    A static devirtualizer for VMProtect x64 3.x. powered by VTIL.

    C++devirtualizationvmprotectvtil
    在 GitHub 上查看↗2,144
  • cisco-talos/pyreboxCisco-Talos 的头像

    Cisco-Talos/pyrebox

    1,687在 GitHub 上查看↗

    Python scriptable Reverse Engineering Sandbox, a Virtual Machine instrumentation and inspection framework based on QEMU

    C
    在 GitHub 上查看↗1,687
  • ampotos/dynstructampotos 的头像

    ampotos/dynStruct

    328在 GitHub 上查看↗

    Reverse engineering tool for automatic structure recovering and memory use analysis based on DynamoRIO and Capstone

    C
    在 GitHub 上查看↗328
  • clearbluejar/ghidriffclearbluejar 的头像

    clearbluejar/ghidriff

    784在 GitHub 上查看↗

    Python Command-Line Ghidra Binary Diffing Engine

    Python
    在 GitHub 上查看↗784
  • cmu-sei/pharoscmu-sei 的头像

    cmu-sei/pharos

    1,708在 GitHub 上查看↗

    Automated static analysis tools for binary programs

    C++
    在 GitHub 上查看↗1,708
  • codilime/velescodilime 的头像

    codilime/veles

    1,237在 GitHub 上查看↗

    Binary data analysis and visualization tool

    C++
    在 GitHub 上查看↗1,237
  • cryptax/androidreC

    cryptax/androidre

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dbeaver/dbeaverdbeaver 的头像

    dbeaver/dbeaver

    50,678在 GitHub 上查看↗

    DBeaver is a universal database client and administration environment designed for managing diverse relational and non-relational database systems. It provides a unified graphical interface that enables users to perform data manipulation, schema migration, and performance monitoring across multiple platforms. By utilizing a standardized driver abstraction layer, the application translates generic requests into database-specific commands, ensuring consistent interaction regardless of the underlying technology. The project distinguishes itself through an extensible, plugin-based architecture th

    Javaaicopilotdatabase
    在 GitHub 上查看↗50,678
  • deathmarine/luytendeathmarine 的头像

    deathmarine/Luyten

    5,105在 GitHub 上查看↗

    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
    在 GitHub 上查看↗5,105
  • decaf-project/droidscopeD

    decaf-project/Droidscope

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • deved2/fxhammer-disasmDevEd2 的头像

    DevEd2/FXHammer-Disasm

    9在 GitHub 上查看↗

    Disassembly of FX Hammer by Aleksi Eeben

    Assembly
    在 GitHub 上查看↗9
  • devttys0/binwalkdevttys0 的头像

    devttys0/binwalk

    14,048在 GitHub 上查看↗

    Binwalk is a firmware analysis tool and binary data carver used to identify and extract embedded files and data segments from binary images. It functions as an embedded file extractor and data entropy analyzer to retrieve fragments from binary blobs when original file system structures are missing. The tool employs signature-based pattern matching and linear byte-stream scanning to detect known byte sequences and isolate hidden files. It uses sliding-window entropy analysis to locate regions of a file that are compressed or encrypted. The system supports recursive file carving, utilizing heu

    Rust
    在 GitHub 上查看↗14,048
  • dor1s/libfuzzer-workshopDor1s 的头像

    Dor1s/libfuzzer-workshop

    1,301在 GitHub 上查看↗

    Repository for materials of "Modern fuzzing of C/C++ Projects" workshop.

    C++
    在 GitHub 上查看↗1,301
  • drenn1/ages-disasmdrenn1 的头像

    drenn1/ages-disasm

    200在 GitHub 上查看↗

    Disassembly of Oracle of Ages and Seasons

    Assembly
    在 GitHub 上查看↗200
  • echo-devim/fhexE

    echo-devim/fhex

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • eua/wxhexeditorEUA 的头像

    EUA/wxHexEditor

    613在 GitHub 上查看↗

    wxHexEditor official GIT repo

    C
    在 GitHub 上查看↗613
  • 0xnobody/vmpattack0

    0xnobody/vmpattack

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0