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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to vincentcox/stacoan

Open-source alternatives to StaCoAn

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

  • linkedin/qarkAvatar de linkedin

    linkedin/qark

    3,366Voir sur GitHub↗

    Tool to look for several security related Android application vulnerabilities

    Python
    Voir sur GitHub↗3,366
  • find-sec-bugs/find-sec-bugsF

    find-sec-bugs/find-sec-bugs

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • dwisiswant0/apkleaksAvatar de dwisiswant0

    dwisiswant0/apkleaks

    6,102Voir sur GitHub↗

    Apkleaks is a static analysis tool and security auditor designed to extract hardcoded secrets, API endpoints, and sensitive data from Android application packages. It operates as a secret scanner that analyzes compiled binaries without executing them to identify potential information leaks and insecure endpoints. The tool utilizes a regex-based data extraction engine to identify sensitive strings within decompiled code. It supports customization through JSON-defined search patterns and provides configuration flags to tune the behavior of the underlying disassembler. The analysis pipeline enc

    Python
    Voir sur GitHub↗6,102
  • claudiugeorgiu/riskindroidAvatar de ClaudiuGeorgiu

    ClaudiuGeorgiu/RiskInDroid

    163Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗163
  • codinggay/blackdexAvatar de CodingGay

    CodingGay/BlackDex

    6,266Voir sur 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
    Voir sur GitHub↗6,266

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • detekt/detektAvatar de detekt

    detekt/detekt

    6,977Voir sur GitHub↗

    Detekt is a static analysis tool, code quality linter, and complexity analyzer for Kotlin source code. It functions as a code smell detector and static scanner designed to identify potential bugs, design flaws, and violations of coding standards without executing the program. The tool differentiates itself through the use of issue baselining, which allows users to create a snapshot of existing legacy code issues to filter out old violations and focus on preventing new regressions. It further supports extensibility via a plugin-based system that allows for the integration of custom rule sets a

    Kotlin
    Voir sur GitHub↗6,977
  • dorneanu/smaliscaAvatar de dorneanu

    dorneanu/smalisca

    324Voir sur GitHub↗

    Static Code Analysis for Smali files

    Python
    Voir sur GitHub↗324
  • douggard/cfgscandroidAvatar de douggard

    douggard/CFGScanDroid

    64Voir sur GitHub↗

    Control Flow Graph Scanning for Android

    Java
    Voir sur GitHub↗64
  • enovella/fridroid-unpackerE

    enovella/fridroid-unpacker

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • eugeniodelfa/smali-cfgsE

    EugenioDelfa/Smali-CFGs

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • facebook/inferAvatar de facebook

    facebook/infer

    15,646Voir sur GitHub↗

    Infer is a static analysis toolset for Java, C, C++, and Objective-C designed to detect memory leaks, null dereferences, and resource bugs. It functions as a multi-language bug finder that identifies race conditions, deadlocks, and memory safety issues by translating source code into a common intermediate representation for analysis. The project distinguishes itself through an inter-procedural data flow analyzer that tracks movement between sources and sinks to detect tainted flows and generate data flow graphs. It also includes a framework for verifying temporal properties and reachability u

    OCamlccode-qualitycpp
    Voir sur GitHub↗15,646
  • facebook/mariana-trenchAvatar de facebook

    facebook/mariana-trench

    1,242Voir sur GitHub↗

    A security focused static analysis tool for Android and Java applications.

    C++
    Voir sur GitHub↗1,242
  • flankerhqd/jaadasAvatar de flankerhqd

    flankerhqd/JAADAS

    352Voir sur GitHub↗

    Joint Advanced Defect assEsment for android applications

    Java
    Voir sur GitHub↗352
  • fsecurelabs/drozerAvatar de FSecureLABS

    FSecureLABS/drozer

    4,541Voir sur GitHub↗

    Drozer is a security testing framework and runtime analyzer for Android applications and devices. It functions as an exploit management framework and a security toolset used to identify vulnerabilities, misconfigurations, and leaks within the Android operating system and its installed applications. The framework enables the simulation of application behavior and the interaction with communication endpoints to detect security flaws. It manages the execution, analysis, and sharing of public exploits for mobile security research. The system provides capabilities for application auditing, vulner

    Python
    Voir sur GitHub↗4,541
  • google/android-classysharkAvatar de google

    google/android-classyshark

    7,565Voir sur GitHub↗

    Android Classyshark is a binary analysis toolset designed to extract structural data from Android executable files. It functions as a bytecode viewer and binary XML parser to analyze compiled Java and Android binaries. The project converts binary XML files into readable formats for the inspection of application manifests, layouts, and resource files. It also provides the ability to analyze class interfaces, members, and dependency counts without requiring access to the original source code. The toolset supports static analysis and the export of binary information into plain text formats for

    Java
    Voir sur GitHub↗7,565
  • google/error-proneAvatar de google

    google/error-prone

    7,182Voir sur GitHub↗

    Error Prone is a static code analyzer and Java compiler extension that identifies common programming mistakes during the build process. It functions as a compiler wrapper that flags potential errors as compile-time failures to prevent bugs from reaching execution. The tool integrates directly into the Java compilation workflow to provide compile-time validation. It allows for the definition of custom linting rules and analysis checks to enforce specific coding standards and detect prohibited API usage. The system utilizes abstract syntax tree analysis and type-aware pattern matching to inspe

    Javajavastatic-analysis
    Voir sur GitHub↗7,182
  • gyoonus/deoptfuscatorG

    Gyoonus/deoptfuscator

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • hahwul/droid-hunterH

    hahwul/droid-hunter

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • honeynet/apkinspectorAvatar de honeynet

    honeynet/apkinspector

    853Voir sur GitHub↗

    APKinspector is a powerful GUI tool for analysts to analyze the Android applications.

    Java
    Voir sur GitHub↗853
  • jesusfreke/smaliAvatar de JesusFreke

    JesusFreke/smali

    6,627Voir sur GitHub↗

    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
    Voir sur GitHub↗6,627
  • julianschuette/condroidAvatar de JulianSchuette

    JulianSchuette/ConDroid

    56Voir sur GitHub↗

    Symbolic/concolic execution of Android apps

    Java
    Voir sur GitHub↗56
  • maaaaz/androwarnAvatar de maaaaz

    maaaaz/androwarn

    531Voir sur GitHub↗

    Yet another static code analyzer for malicious Android applications

    HTML
    Voir sur GitHub↗531
  • maldroid/maldrolyzerAvatar de maldroid

    maldroid/maldrolyzer

    112Voir sur GitHub↗

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

    Python
    Voir sur GitHub↗112
  • mindedsecurity/semgrep-rules-android-securityM

    mindedsecurity/semgrep-rules-android-security

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • mobsf/mobile-security-framework-mobsfAvatar de MobSF

    MobSF/Mobile-Security-Framework-MobSF

    21,224Voir sur GitHub↗

    Mobile Security Framework is an automated security testing platform designed for the analysis of Android, iOS, and Windows mobile application binaries. It functions as a comprehensive suite for identifying security vulnerabilities, privacy risks, and malicious code within mobile software packages. The framework distinguishes itself by combining static and dynamic analysis techniques to evaluate application behavior. It performs static inspection of source code and binaries to detect insecure patterns, while simultaneously utilizing dynamic instrumentation and containerized sandboxing to monit

    JavaScriptandroid-securityapi-testingapk
    Voir sur GitHub↗21,224
  • mpast/mobileauditAvatar de mpast

    mpast/mobileAudit

    228Voir sur GitHub↗

    Django application that performs SAST and Malware Analysis for Android APKs

    HTML
    Voir sur GitHub↗228
  • n3k00n3/apkscannerN

    n3k00n3/APKScanner

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • nettitude/scroungerAvatar de nettitude

    nettitude/scrounger

    247Voir sur GitHub↗

    Scrounger - a person who borrows from or lives off others.

    Python
    Voir sur GitHub↗247
  • noveogroup/android-checkN

    noveogroup/android-check

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • novoda/gradle-static-analysis-pluginN

    novoda/gradle-static-analysis-plugin

    0Voir sur GitHub↗
    Voir sur GitHub↗0