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
maldroid avatar

maldroid/maldrolyzer

0
View on GitHub↗
112 stars·29 forks·Python·MIT·9 views

Maldrolyzer

Simple framework to extract "actionable" data from Android malware (C&Cs, phone numbers etc.)

Features

  • Static Analysis Tools - Extracts actionable intelligence like C&C servers from malicious apps.

Star history

Star history chart for maldroid/maldrolyzerStar history chart for maldroid/maldrolyzer

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Maldrolyzer

Similar open-source projects, ranked by how many features they share with Maldrolyzer.
  • b-mueller/apkxb-mueller avatar

    b-mueller/apkx

    300View on GitHub↗

    One-Step APK Decompilation With Multiple Backends

    Python
    View on GitHub↗300
  • checkstyle/checkstylecheckstyle avatar

    checkstyle/checkstyle

    8,867View on GitHub↗

    Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best practices. It functions as a code quality auditor and Javadoc validation tool, checking source code against configurable rulesets to ensure structural and stylistic consistency. The project allows for the creation of custom linting rules by extending a core API to inspect the abstract syntax tree. It further enables specialized validation through the use of XPath expressions to query the syntax tree for specific code patterns and violations. Capability areas include the enforcement

    Javacode-qualitycommand-line-toolhacktoberfest
    View on GitHub↗8,867
  • claudiugeorgiu/riskindroidClaudiuGeorgiu avatar

    ClaudiuGeorgiu/RiskInDroid

    163View on GitHub↗

    A tool for quantitative risk analysis of Android applications based on machine learning techniques

    Python
    View on GitHub↗163
  • alterakey/trueseeingA

    alterakey/trueseeing

    0View on GitHub↗
    View on GitHub↗0
See all 30 alternatives to Maldrolyzer→

Frequently asked questions

What does maldroid/maldrolyzer do?

Simple framework to extract "actionable" data from Android malware (C&Cs, phone numbers etc.)

What are the main features of maldroid/maldrolyzer?

The main features of maldroid/maldrolyzer are: Static Analysis Tools.

What are some open-source alternatives to maldroid/maldrolyzer?

Open-source alternatives to maldroid/maldrolyzer include: b-mueller/apkx — One-Step APK Decompilation With Multiple Backends. checkstyle/checkstyle — Checkstyle is a Java static analysis tool and linter designed to identify and enforce coding standards and best… claudiugeorgiu/riskindroid — A tool for quantitative risk analysis of Android applications based on machine learning techniques. codinggay/blackdex — BlackDex is an Android runtime-level DEX extraction tool that recovers bytecode from protected APK files across… detekt/detekt — Detekt is a static analysis tool, code quality linter, and complexity analyzer for Kotlin source code. It functions as… alterakey/trueseeing.