awesome-repositories.com
Blog
MCP
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
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 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 linkedin

    linkedin/qark

    3,366Vezi pe GitHub↗

    Tool to look for several security related Android application vulnerabilities

    Python
    Vezi pe GitHub↗3,366
  • find-sec-bugs/find-sec-bugsF

    find-sec-bugs/find-sec-bugs

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • dwisiswant0/apkleaksAvatar dwisiswant0

    dwisiswant0/apkleaks

    6,102Vezi pe 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
    Vezi pe GitHub↗6,102
  • claudiugeorgiu/riskindroidAvatar ClaudiuGeorgiu

    ClaudiuGeorgiu/RiskInDroid

    163Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗163
  • codinggay/blackdexAvatar CodingGay

    CodingGay/BlackDex

    6,266Vezi pe 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
    Vezi pe GitHub↗6,266

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ță.

Find more with AI search
  • detekt/detektAvatar detekt

    detekt/detekt

    6,977Vezi pe 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
    Vezi pe GitHub↗6,977
  • dorneanu/smaliscaAvatar dorneanu

    dorneanu/smalisca

    324Vezi pe GitHub↗

    Static Code Analysis for Smali files

    Python
    Vezi pe GitHub↗324
  • douggard/cfgscandroidAvatar douggard

    douggard/CFGScanDroid

    64Vezi pe GitHub↗

    Control Flow Graph Scanning for Android

    Java
    Vezi pe GitHub↗64
  • enovella/fridroid-unpackerE

    enovella/fridroid-unpacker

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • eugeniodelfa/smali-cfgsE

    EugenioDelfa/Smali-CFGs

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • facebook/inferAvatar facebook

    facebook/infer

    15,646Vezi pe 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
    Vezi pe GitHub↗15,646
  • facebook/mariana-trenchAvatar facebook

    facebook/mariana-trench

    1,242Vezi pe GitHub↗

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

    C++
    Vezi pe GitHub↗1,242
  • flankerhqd/jaadasAvatar flankerhqd

    flankerhqd/JAADAS

    352Vezi pe GitHub↗

    Joint Advanced Defect assEsment for android applications

    Java
    Vezi pe GitHub↗352
  • fsecurelabs/drozerAvatar FSecureLABS

    FSecureLABS/drozer

    4,541Vezi pe 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
    Vezi pe GitHub↗4,541
  • google/android-classysharkAvatar google

    google/android-classyshark

    7,565Vezi pe 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
    Vezi pe GitHub↗7,565
  • google/error-proneAvatar google

    google/error-prone

    7,182Vezi pe 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
    Vezi pe GitHub↗7,182
  • gyoonus/deoptfuscatorG

    Gyoonus/deoptfuscator

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • hahwul/droid-hunterH

    hahwul/droid-hunter

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • honeynet/apkinspectorAvatar honeynet

    honeynet/apkinspector

    853Vezi pe GitHub↗

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

    Java
    Vezi pe GitHub↗853
  • jesusfreke/smaliAvatar JesusFreke

    JesusFreke/smali

    6,627Vezi pe 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
    Vezi pe GitHub↗6,627
  • julianschuette/condroidAvatar JulianSchuette

    JulianSchuette/ConDroid

    56Vezi pe GitHub↗

    Symbolic/concolic execution of Android apps

    Java
    Vezi pe GitHub↗56
  • maaaaz/androwarnAvatar maaaaz

    maaaaz/androwarn

    531Vezi pe GitHub↗

    Yet another static code analyzer for malicious Android applications

    HTML
    Vezi pe GitHub↗531
  • maldroid/maldrolyzerAvatar maldroid

    maldroid/maldrolyzer

    112Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗112
  • mindedsecurity/semgrep-rules-android-securityM

    mindedsecurity/semgrep-rules-android-security

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • mobsf/mobile-security-framework-mobsfAvatar MobSF

    MobSF/Mobile-Security-Framework-MobSF

    21,224Vezi pe 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
    Vezi pe GitHub↗21,224
  • mpast/mobileauditAvatar mpast

    mpast/mobileAudit

    228Vezi pe GitHub↗

    Django application that performs SAST and Malware Analysis for Android APKs

    HTML
    Vezi pe GitHub↗228
  • n3k00n3/apkscannerN

    n3k00n3/APKScanner

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • nettitude/scroungerAvatar nettitude

    nettitude/scrounger

    247Vezi pe GitHub↗

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

    Python
    Vezi pe GitHub↗247
  • noveogroup/android-checkN

    noveogroup/android-check

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • novoda/gradle-static-analysis-pluginN

    novoda/gradle-static-analysis-plugin

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0