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 eugeniodelfa/smali-cfgs

Open-source alternatives to Smali CFGs

30 open-source projects similar to eugeniodelfa/smali-cfgs, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Smali CFGs alternative.

  • skylot/jadxAvatar skylot

    skylot/jadx

    49,088Vezi pe 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
    Vezi pe GitHub↗49,088
  • b-mueller/apkxAvatar b-mueller

    b-mueller/apkx

    300Vezi pe GitHub↗

    One-Step APK Decompilation With Multiple Backends

    Python
    Vezi pe GitHub↗300
  • jindrapetrik/jpexs-decompilerAvatar jindrapetrik

    jindrapetrik/jpexs-decompiler

    5,404Vezi pe GitHub↗

    JPEX Software is a comprehensive reverse engineering suite for SWF binary files, serving as an ActionScript decompiler and editor. It provides a toolkit for decompiling, analyzing, and modifying the internal structure of compiled Flash content, including the extraction of scripts and media assets. The project is distinguished by its ability to perform direct binary modification, allowing users to edit bytecode and replace embedded resources without reverting to high-level source code. It includes a runtime ActionScript bytecode debugger for variable inspection and call stack analysis, as well

    Javadecompilereditorflash
    Vezi pe GitHub↗5,404
  • owasp/owasp-mstgAvatar OWASP

    OWASP/owasp-mstg

    12,973Vezi pe GitHub↗

    The Mobile Application Security Testing Guide is a comprehensive manual and compliance framework for verifying the security of mobile applications. It provides a standardized reference for identifying and validating common software security weaknesses and performing reverse engineering based on industry standards. The project provides a structured set of technical processes and checklists used to audit applications against established security weakness enumerations. It encompasses guidance for analyzing application binaries and runtime behavior to identify hidden functionality and security ga

    Python
    Vezi pe GitHub↗12,973

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
  • bytedance/btraceAvatar bytedance

    bytedance/btrace

    2,518Vezi pe GitHub↗

    🔥🔥 btrace (AKA RheaTrace) is a high-performance Android & iOS tracing tool built on Perfetto. It not only times your methods but also reveals why they’re slow.

    C++
    Vezi pe GitHub↗2,518
  • calebfenton/dex-oracleAvatar CalebFenton

    CalebFenton/dex-oracle

    505Vezi pe GitHub↗

    A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis. Also, the inspiration for another Android deobfuscator: Simplify.

    Ruby
    Vezi pe GitHub↗505
  • checkstyle/checkstyleAvatar checkstyle

    checkstyle/checkstyle

    8,867Vezi pe 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
    Vezi pe GitHub↗8,867
  • 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
  • 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
  • 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
  • enovella/fridroid-unpackerE

    enovella/fridroid-unpacker

    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
  • find-sec-bugs/find-sec-bugsF

    find-sec-bugs/find-sec-bugs

    0Vezi pe GitHub↗
    Vezi pe GitHub↗0
  • flankerhqd/jaadasAvatar flankerhqd

    flankerhqd/JAADAS

    352Vezi pe GitHub↗

    Joint Advanced Defect assEsment for android applications

    Java
    Vezi pe GitHub↗352
  • frida/fridaAvatar frida

    frida/frida

    19,778Vezi pe GitHub↗

    Frida is a dynamic binary instrumentation toolkit that provides a framework for deep process introspection and live application state manipulation. It enables the injection of custom scripts into running processes to trace function calls, modify memory, and analyze application behavior in real-time across diverse operating systems and processor architectures. The project distinguishes itself by embedding a high-performance JavaScript engine directly within the target process, allowing for the execution of user-defined logic for real-time inspection. It utilizes instruction-level hooking to re

    Mesonfridainstrumentationvala
    Vezi pe GitHub↗19,778
  • frida/frida-toolsF

    frida/frida-tools

    0Vezi pe GitHub↗

    CLI tools for Frida.

    Vezi pe GitHub↗0
  • 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
  • ibotpeaches/apktoolAvatar iBotPeaches

    iBotPeaches/Apktool

    24,788Vezi pe GitHub↗

    Apktool is an Android APK reverse engineering tool designed to decode application packages into human-readable form and rebuild them after modification. It functions as a Dalvik bytecode disassembler and a resource decoder, transforming binary Android XML and DEX files into editable text and Smali representation. The project serves as an application rebuilder, packing modified resources and Smali code back into a functional Android application package. This capability enables the modification of application logic and resources for testing and deployment. The tool covers a broad surface of an

    Java
    Vezi pe GitHub↗24,788
  • java-decompiler/jd-guiAvatar java-decompiler

    java-decompiler/jd-gui

    15,024Vezi pe GitHub↗

    This project is a desktop application designed for the reverse engineering and inspection of compiled Java code. It functions as a graphical interface that translates Java bytecode back into readable source code, allowing users to examine the internal logic of class files and archives when original source files are unavailable. The tool provides a structured environment for navigating complex file hierarchies, including nested archives like JAR and WAR files. By maintaining an in-memory representation of loaded classes, it enables rapid searching and cross-referencing of code elements. The ap

    Java
    Vezi pe GitHub↗15,024
  • 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
  • kjcracks/clutchAvatar KJCracks

    KJCracks/Clutch

    3,810Vezi pe GitHub↗

    Clutch is a command-line utility designed for security research on jailbroken mobile devices. It functions as a specialized toolkit for identifying, decrypting, and extracting installed mobile application binaries to facilitate manual code inspection and vulnerability assessment. The tool provides capabilities for removing platform-level encryption from protected software, allowing researchers to isolate core executable files from application bundles. By performing memory-mapped file dumping and reconstructing binary headers, it enables the conversion of protected applications into portable,

    Objective-C
    Vezi pe GitHub↗3,810