awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
secrary avatar

secrary/Andromeda

0
View on GitHub↗
713 stele·75 fork-uri·C++·Apache-2.0·3 vizualizări

Andromeda

Andromeda - Interactive Reverse Engineering Tool for Android Applications

Features

  • Android Reverse Engineering - Interactive tool for reverse engineering Android applications.
  • Reverse Engineering Tools - Command-line tool for Android reverse engineering.

Istoric stele

Graficul istoricului de stele pentru secrary/andromedaGraficul istoricului de stele pentru secrary/andromeda

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Andromeda

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Andromeda.
  • ibotpeaches/apktoolAvatar iBotPeaches

    iBotPeaches/Apktool

    24,788Vezi pe GitHub↗

    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
    Vezi pe GitHub↗24,788
  • charles2gan/gda-android-reversing-toolAvatar charles2gan

    charles2gan/GDA-android-reversing-Tool

    4,778Vezi pe 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
    Vezi pe GitHub↗4,778
  • androguard/androguardAvatar androguard

    androguard/androguard

    6,116Vezi pe GitHub↗

    Reverse engineering and pentesting for Android applications

    Python
    Vezi pe GitHub↗6,116
  • angr/angrAvatar angr

    angr/angr

    8,898Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,898
Vezi toate cele 30 alternative pentru Andromeda→

Întrebări frecvente

Ce face secrary/andromeda?

Andromeda - Interactive Reverse Engineering Tool for Android Applications

Care sunt principalele funcționalități ale secrary/andromeda?

Principalele funcționalități ale secrary/andromeda sunt: Android Reverse Engineering, Reverse Engineering Tools.

Care sunt câteva alternative open-source pentru secrary/andromeda?

Alternativele open-source pentru secrary/andromeda includ: ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form… charles2gan/gda-android-reversing-tool — This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode… androguard/androguard — Reverse engineering and pentesting for Android applications. antojoseph/diff-gui — GUI for Frida -Scripts. apklab/apklab — APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a… angr/angr — Angr is a binary analysis framework and static analysis tool used for reverse engineering compiled binaries. It serves…