awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
swdunlop avatar

swdunlop/AndBug

0
View on GitHub↗
599 stars·196 forks·Python·GPL-3.0·10 views

AndBug

Android Debugging Library

Features

  • Android Dynamic Analysis Tools - Debugger for the Android Dalvik virtual machine.
  • Mobile Security - Debugging library for Android applications.
  • Reverse Engineering Tools - Debugger for Android applications and the Dalvik VM.

Star history

Star history chart for swdunlop/andbugStar history chart for swdunlop/andbug

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Frequently asked questions

What does swdunlop/andbug do?

Android Debugging Library

What are the main features of swdunlop/andbug?

The main features of swdunlop/andbug are: Android Dynamic Analysis Tools, Mobile Security, Reverse Engineering Tools.

Which projects share features with swdunlop/andbug?

Projects with overlapping indexed features include: charles2gan/gda-android-reversing-tool — This project is a comprehensive Android reverse engineering suite that functions as a decompiler, bytecode… ac-pm/inspeckage — Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module). fsecurelabs/drozer — Drozer is a security testing framework and runtime analyzer for Android applications and devices. It functions as an… frida/frida — Frida is a dynamic binary instrumentation toolkit that provides a framework for deep process introspection and live… antojoseph/diff-gui — GUI for Frida -Scripts. ibotpeaches/apktool — Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form…

Projects sharing features with AndBug

These projects share indexed features with AndBug. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • charles2gan/gda-android-reversing-toolcharles2gan avatar

    charles2gan/GDA-android-reversing-Tool

    4,778View on 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
    View on GitHub↗4,778
  • ac-pm/inspeckageac-pm avatar

    ac-pm/Inspeckage

    2,971View on GitHub↗

    Android Package Inspector - dynamic analysis with api hooks, start unexported activities and more. (Xposed Module)

    Java
    View on GitHub↗2,971
  • antojoseph/diff-guiantojoseph avatar

    antojoseph/diff-gui

    182View on GitHub↗

    GUI for Frida -Scripts

    JavaScript
    View on GitHub↗182
  • frida/fridafrida avatar

    frida/frida

    19,778View on GitHub↗

    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
    View on GitHub↗19,778
Compare all 30 related projects→