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
A

alterakey/trueseeing

0
View on GitHub↗
0 stars·0 forks·10 views

Trueseeing

Features

  • Static Analysis Tools - Security assessment framework for mobile applications.

Star history

Star history chart for alterakey/trueseeingStar history chart for alterakey/trueseeing

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 Trueseeing

Similar open-source projects, ranked by how many features they share with Trueseeing.
  • 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
  • codinggay/blackdexCodingGay avatar

    CodingGay/BlackDex

    6,266View on GitHub↗

    BlackDex is an Android runtime-level DEX extraction tool that recovers bytecode from protected APK files across Android versions 5 through 12 without requiring root access. It operates by hooking system APIs, reading DexFile cookies, and repairing obfuscated method bodies from memory, supporting both 32-bit and 64-bit architectures for installed and uninstalled applications. The tool distinguishes itself through a multi-method approach that combines cookie-based dumping, API hooking, and memory-based instruction repair to handle first through third generation packers. It reconstructs method b

    C++androidandroid-unpackblackbox
    View on GitHub↗6,266
  • b-mueller/apkxb-mueller avatar

    b-mueller/apkx

    300View on GitHub↗

    One-Step APK Decompilation With Multiple Backends

    Python
    View on GitHub↗300
See all 30 alternatives to Trueseeing→

Frequently asked questions

What are the main features of alterakey/trueseeing?

The main features of alterakey/trueseeing are: Static Analysis Tools.

What are some open-source alternatives to alterakey/trueseeing?

Open-source alternatives to alterakey/trueseeing include: 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… dorneanu/smalisca — Static Code Analysis for Smali files. b-mueller/apkx — One-Step APK Decompilation With Multiple Backends.