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
Back to quark-engine/quark-engine

Open-source alternatives to Quark Engine

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

  • dwisiswant0/apkleaksdwisiswant0 avatar

    dwisiswant0/apkleaks

    6,102View on 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
    View on GitHub↗6,102
  • maaaaz/androwarnmaaaaz avatar

    maaaaz/androwarn

    531View on GitHub↗

    Yet another static code analyzer for malicious Android applications

    HTML
    View on GitHub↗531
  • linkedin/qarklinkedin avatar

    linkedin/qark

    3,366View on GitHub↗

    Tool to look for several security related Android application vulnerabilities

    Python
    View on GitHub↗3,366
  • facebook/mariana-trenchfacebook avatar

    facebook/mariana-trench

    1,242View on GitHub↗

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

    C++
    View on GitHub↗1,242
  • skylot/jadxskylot avatar

    skylot/jadx

    49,088View on GitHub↗

    Jadx is a comprehensive Java decompilation suite designed to transform compiled binary application files into readable source code. It functions as a static analysis workbench, providing a graphical interface for navigating, searching, and inspecting the internal logic of complex software packages. By utilizing a bytecode-to-Java pipeline, the project reconstructs high-level logical structures from low-level binary instructions, making it a primary tool for Android application reverse engineering. The project distinguishes itself through a sophisticated control flow reconstruction engine and

    Javaandroiddecompilerdex
    View on GitHub↗49,088

AI search

Explore more awesome repositories

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

Find more with AI search
  • apklab/apklabAPKLab avatar

    APKLab/APKLab

    3,878View on GitHub↗

    APKLab is an integrated security analysis platform and reverse engineering IDE for Android applications. It provides a unified environment for decompiling binaries into source code, repackaging modified applications into signed installers, and performing comprehensive security analysis. The platform distinguishes itself by combining static and dynamic analysis workflows. It enables the injection of runtime hooks and gadget libraries to monitor application behavior, while providing specialized patching capabilities to intercept and decrypt encrypted network traffic via a proxy. The toolkit co

    TypeScript
    View on GitHub↗3,878
  • as0ler/r2flutchA

    as0ler/r2flutch

    0View on GitHub↗
    View on GitHub↗0
  • 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
  • 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
  • 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
  • droidefense/enginedroidefense avatar

    droidefense/engine

    480View on GitHub↗

    droidefense (originally named atom: a nalysis t hrough o bservation m achine)* is the codename for android apps/malware analysis/reversing tool. It was built focused on security issues and tricks that malware researcher have on they every day work. For those situations on where the malware has…

    Java
    View on GitHub↗480
  • 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
  • cmu-sei/pharoscmu-sei avatar

    cmu-sei/pharos

    1,708View on GitHub↗

    Automated static analysis tools for binary programs

    C++
    View on GitHub↗1,708
  • 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
  • chaitin/passionfruitchaitin avatar

    chaitin/passionfruit

    1,669View on GitHub↗

    WIP Crappy iOS app analyzer

    Vue
    View on GitHub↗1,669
  • alterakey/trueseeingA

    alterakey/trueseeing

    0View on GitHub↗
    View on GitHub↗0
  • detekt/detektdetekt avatar

    detekt/detekt

    6,977View on 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
    View on GitHub↗6,977
  • cyber-buddy/apkhuntCyber-Buddy avatar

    Cyber-Buddy/APKHunt

    970View on GitHub↗

    APKHunt is a comprehensive static code analysis tool for Android apps that is based on the OWASP MASVS framework. Although APKHunt is intended primarily for mobile app developers and security testers, it can be used by anyone to identify and address potential security vulnerabilities in their code.

    Go
    View on GitHub↗970
  • dmayer/idbdmayer avatar

    dmayer/idb

    954View on GitHub↗

    idb is a tool to simplify some common tasks for iOS pentesting and research. Originally there was a command line version of the tool, but it is no longer under development so you should get the GUI version.

    Ruby
    View on GitHub↗954
  • dorneanu/smaliscadorneanu avatar

    dorneanu/smalisca

    324View on GitHub↗

    Static Code Analysis for Smali files

    Python
    View on GitHub↗324
  • douggard/cfgscandroiddouggard avatar

    douggard/CFGScanDroid

    64View on GitHub↗

    Control Flow Graph Scanning for Android

    Java
    View on GitHub↗64
  • dpnishant/appmondpnishant avatar

    dpnishant/appmon

    1,627View on GitHub↗

    Documentation:

    JavaScript
    View on GitHub↗1,627
  • b-mueller/apkxb-mueller avatar

    b-mueller/apkx

    300View on GitHub↗

    One-Step APK Decompilation With Multiple Backends

    Python
    View on GitHub↗300
  • cryptax/droidlysiscryptax avatar

    cryptax/droidlysis

    310View on GitHub↗

    DroidLysis is a pre-analysis tool for Android apps: it performs repetitive and boring tasks we'd typically do at the beginning of any reverse engineering. It disassembles the Android sample, organizes output in directories, and searches for suspicious spots in the code to look at. The output…

    Python
    View on GitHub↗310
  • dynetics/malfunctionDynetics avatar

    Dynetics/Malfunction

    192View on GitHub↗

    Malware Analysis Tool using Function Level Fuzzy Hashing

    Python
    View on GitHub↗192
  • emersonelectricco/fsfEmersonElectricCo avatar

    EmersonElectricCo/fsf

    294View on GitHub↗

    File Scanning Framework

    Python
    View on GitHub↗294
  • enovella/fridroid-unpackerE

    enovella/fridroid-unpacker

    0View on GitHub↗
    View on GitHub↗0
  • eugeniodelfa/smali-cfgsE

    EugenioDelfa/Smali-CFGs

    0View on GitHub↗
    View on GitHub↗0
  • facebook/inferfacebook avatar

    facebook/infer

    15,646View on 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
    View on GitHub↗15,646
  • cossacklabs/themiscossacklabs avatar

    cossacklabs/themis

    1,965View on GitHub↗

    Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.

    Casymmetric-cryptographyauthenticationcryptography
    View on GitHub↗1,965