awesome-repositories.com
Blog
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 secrary/andromeda

Open-source alternatives to Andromeda

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

  • ibotpeaches/apktoolAvatar von iBotPeaches

    iBotPeaches/Apktool

    24,788Auf GitHub ansehen↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    Auf GitHub ansehen↗24,788
  • jermic/android-crack-toolAvatar von Jermic

    Jermic/Android-Crack-Tool

    2,944Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,944
  • charles2gan/gda-android-reversing-toolAvatar von charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗4,778

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
  • angr/angrAvatar von angr

    angr/angr

    8,898Auf GitHub ansehen↗

    Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves as a binary decompiler and a lifting platform that translates machine code into a common intermediate representation to enable cross-architecture analysis. The framework integrates a symbolic execution engine and constraint solvers to determine the inputs required to reach specific program states. It also employs untrusted code sandboxing to isolate guest code from the host environment during analysis. Its capabilities cover control flow and data flow analysis, including the

    Python
    Auf GitHub ansehen↗8,898
  • antojoseph/diff-guiAvatar von antojoseph

    antojoseph/diff-gui

    182Auf GitHub ansehen↗

    GUI for Frida -Scripts

    JavaScript
    Auf GitHub ansehen↗182
  • apklab/apklabAvatar von APKLab

    APKLab/APKLab

    3,878Auf GitHub ansehen↗

    APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co

    TypeScript
    Auf GitHub ansehen↗3,878
  • appknox/afeAvatar von appknox

    appknox/AFE

    201Auf GitHub ansehen↗

    Android Framework for Exploitation, is a framework for exploiting android based devices

    Python
    Auf GitHub ansehen↗201
  • avast/retdecAvatar von avast

    avast/retdec

    8,556Auf GitHub ansehen↗

    RetDec is a reverse engineering framework and static binary analysis tool. Its primary purpose is to function as an LLVM-based machine code decompiler that translates binary machine code from multiple architectures into high-level C source code. The system employs a multi-stage lifting pipeline to recover program logic, using an intermediate representation to apply optimizations before emitting source code. It distinguishes itself through the ability to identify compilers and packers, perform executable unpacking, and reconstruct class hierarchies and original program structures. The framewo

    C++
    Auf GitHub ansehen↗8,556
  • azeemidrisi/phonesploit-proAvatar von AzeemIdrisi

    AzeemIdrisi/PhoneSploit-Pro

    5,932Auf GitHub ansehen↗

    PhoneSploit-Pro is an Android exploitation and remote administration toolkit. It provides a system for remotely controlling Android devices and extracting data using the Android Debug Bridge protocol. The project integrates with Metasploit to automate the creation and installation of payloads, establishing persistent command-and-control sessions. It also includes a network device scanner to identify active Android hosts on local networks by probing TCP ports. The toolkit covers a broad range of administrative and forensic capabilities, including remote shell execution, application management

    Python
    Auf GitHub ansehen↗5,932
  • baidusecuritylabs/zjdroidB

    BaiduSecurityLabs/ZjDroid

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • bootleg/ret-syncAvatar von bootleg

    bootleg/ret-sync

    2,349Auf GitHub ansehen↗

    ret-sync is a set of plugins that helps to synchronize a debugging session (WinDbg/GDB/LLDB/OllyDbg2/x64dbg) with IDA/Ghidra/Binary Ninja disassemblers.

    C
    Auf GitHub ansehen↗2,349
  • calebfenton/simplifyAvatar von CalebFenton

    CalebFenton/simplify

    4,644Auf GitHub ansehen↗

    Simplify is an Android virtual machine sandbox, bytecode execution tracer, and static analysis framework. It serves as a Dalvik bytecode deobfuscator designed to recover readable code from binaries by simulating program behavior without a physical device. The project distinguishes itself by using execution graph analysis to resolve reflection calls and simplify obfuscated code through constant propagation and dead code removal. It employs multi-path execution simulation to track all possible conditional branch outcomes and maps instruction flow to identify constant values. The system covers

    Java
    Auf GitHub ansehen↗4,644
  • claudiugeorgiu/obfuscapkAvatar von ClaudiuGeorgiu

    ClaudiuGeorgiu/Obfuscapk

    1,263Auf GitHub ansehen↗

    An automatic obfuscation tool for Android apps that works in a black-box fashion, supports advanced obfuscation features and has a modular architecture easily extensible with new techniques

    Python
    Auf GitHub ansehen↗1,263
  • clearbluejar/ghidriffAvatar von clearbluejar

    clearbluejar/ghidriff

    784Auf GitHub ansehen↗

    Python Command-Line Ghidra Binary Diffing Engine

    Python
    Auf GitHub ansehen↗784
  • cryptax/androidreC

    cryptax/androidre

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • fesh0r/fernflowerAvatar von fesh0r

    fesh0r/fernflower

    4,308Auf GitHub ansehen↗

    Fernflower is a Java bytecode decompiler and reverse engineering tool. It transforms compiled Java class files back into human-readable Java source code to reconstruct original program logic and variable names. The tool functions as a command line bytecode processor capable of batch processing Java archives and class files. It specifically handles obfuscated code analysis by renaming ambiguous identifiers and resolving naming conflicts to make the resulting source code easier to follow. The system employs static analysis to convert bytecode to source, utilizing debug information extraction t

    Java
    Auf GitHub ansehen↗4,308
  • frida/fridaAvatar von frida

    frida/frida

    19,778Auf GitHub ansehen↗

    Frida is a dynamic binary instrumentation toolkit that provides a framework for deep process introspection and live application state manipulation. It enables the injection of custom scripts into running processes to trace function calls, modify memory, and analyze application behavior in real-time across diverse operating systems and processor architectures. The project distinguishes itself by embedding a high-performance JavaScript engine directly within the target process, allowing for the execution of user-defined logic for real-time inspection. It utilizes instruction-level hooking to re

    Mesonfridainstrumentationvala
    Auf GitHub ansehen↗19,778
  • genymobile/gnirehtetAvatar von Genymobile

    Genymobile/gnirehtet

    7,721Auf GitHub ansehen↗

    Gnirehtet is a reverse tethering tool that allows Android devices to share a computer's internet connection over USB. It functions as a network relay for TCP and UDP IPv4 traffic using the Android Debug Bridge protocol. The system provides connectivity for Android devices without requiring root access by utilizing a local virtual network interface to intercept traffic. It includes a manager capable of controlling and resetting relay sessions for multiple connected devices from a single server. The tool supports batch connection activation and the management of individual device tunnels. It e

    Javaandroidjava-8reverse-tethering
    Auf GitHub ansehen↗7,721
  • giacomoferretti/odex-patcherAvatar von giacomoferretti

    giacomoferretti/odex-patcher

    106Auf GitHub ansehen↗

    Run arbitrary code by patching OAT files

    Kotlin
    Auf GitHub ansehen↗106
  • google/dexmodAvatar von google

    google/dexmod

    64Auf GitHub ansehen↗

    dexmod is a tool written in python to exemplify patching Dalvik bytecode in a DEX (Dalvik Executable) file, and assist in the static analysis of Android applications.

    Python
    Auf GitHub ansehen↗64
  • google/enjarifyAvatar von google

    google/enjarify

    2,747Auf GitHub ansehen↗

    Enjarify is a tool for translating Dalvik bytecode to equivalent Java bytecode. This allows Java analysis tools to analyze Android applications.

    Python
    Auf GitHub ansehen↗2,747
  • igio90/dwarfAvatar von iGio90

    iGio90/Dwarf

    1,314Auf GitHub ansehen↗

    Full featured multi arch/os debugger built on top of PyQt5 and frida

    Python
    Auf GitHub ansehen↗1,314
  • isecpartners/android-killpermandsigchecksAvatar von iSECPartners

    iSECPartners/Android-KillPermAndSigChecks

    86Auf GitHub ansehen↗

    Bypass signature and permission checks for IPCs

    Java
    Auf GitHub ansehen↗86
  • isecpartners/android-opendebugAvatar von iSECPartners

    iSECPartners/Android-OpenDebug

    133Auf GitHub ansehen↗

    Make any application debuggable

    Java
    Auf GitHub ansehen↗133
  • isecpartners/introspy-androidAvatar von iSECPartners

    iSECPartners/Introspy-Android

    488Auf GitHub ansehen↗

    Security profiling for blackbox Android

    Java
    Auf GitHub ansehen↗488
  • 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
  • jesusfreke/smaliAvatar von JesusFreke

    JesusFreke/smali

    6,627Auf GitHub ansehen↗

    Smali is a two-way binary translation toolset designed to convert Dalvik bytecode to human-readable assembly and back again. It provides a mechanism for the disassembly and assembly of executable files used in virtual machine environments. The project enables the modification of compiled Android application logic by transforming binary files into editable assembly and rebuilding them. It is used for reverse engineering, malware analysis, and the study of low-level instructions to identify program behavior or security flaws. The toolkit covers binary construction through smali code assembly a

    Java
    Auf GitHub ansehen↗6,627
  • joxeankoret/diaphoraAvatar von joxeankoret

    joxeankoret/diaphora

    4,301Auf GitHub ansehen↗

    Diaphora is a binary diffing tool and similarity engine designed to compare compiled binaries and identify changed or matching code sections. It functions as a reverse engineering plugin that maps relationships between functions and detects compilation units using assembler analysis and graph theory. The project specializes in vulnerability patch analysis, allowing users to detect security fixes by comparing different versions of a binary. It synchronizes analysis metadata, such as symbol names and comments, between binaries and generates patches by comparing decompiled pseudo-code. The engi

    Python
    Auf GitHub ansehen↗4,301
  • konloch/bytecode-viewerAvatar von Konloch

    Konloch/bytecode-viewer

    15,537Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗15,537
  • lauriewired/malimiteL

    LaurieWired/Malimite

    0Auf GitHub ansehen↗

    Malimite is an iOS and macOS decompiler designed to help researchers analyze and decode IPA files and Application Bundles.

    Auf GitHub ansehen↗0