awesome-repositories.com
Blog
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
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
tiann avatar

tiann/epic

0
View on GitHub↗
4,547 stele·818 fork-uri·Java·2 vizualizări

Epic

Epic este un toolkit pentru instrumentarea runtime-ului Android, interceptarea metodelor și auditarea posturii de securitate. Funcționează ca un framework de programare orientată pe aspecte și un interceptor de metode dinamic conceput pentru a monitoriza și altera comportamentul metodelor Java în cadrul Android Runtime.

Proiectul oferă capabilități pentru interceptarea și modificarea atât a componentelor framework-ului Android de bază, cât și a logicii specifice aplicației. Acest lucru permite injectarea de comportament Java personalizat și redirecționarea execuției metodelor fără a altera codul sursă original.

Framework-ul include instrumente pentru auditarea securității aplicațiilor, care implică scanarea pentru shell-uri încorporate și monitorizarea utilizării API-urilor de sistem sensibile. Aceste funcții de observabilitate permit analiza fluxului de date și verificarea posturilor de securitate în timpul execuției la runtime.

Features

  • ART Runtime Method Hooking Tools - Provides a specialized framework for hooking into the Android Runtime (ART) to intercept and modify method calls.
  • Java Method Hooking - Intercepts and modifies Java interface calls in running Android applications to add custom behavior.
  • Android Hooking Frameworks - Intercepts core Android framework methods during execution to modify operating system component behavior.
  • ART Method Hooking Frameworks - Implements a runtime instrumentation framework specifically for intercepting Java methods on the Android Runtime.
  • Android Security Tools - Audits Android application security by monitoring system calls and sensitive API usage.
  • Runtime Logic Modification - Alters application behavior in memory via runtime hooking without modifying the original source code.
  • Application Method Interceptors - Intercepts application-level method calls at runtime to monitor and alter behavior.
  • Runtime Instrumentation - Injects hooks into the running Android process to intercept and modify Java method calls.
  • Runtime Memory Redirection - Redirects execution by swapping function memory addresses in the Android Runtime to point to proxy functions.
  • Android Application Auditing - Scans running Android applications for sensitive API usage and embedded shells to verify security postures.
  • Application Security Auditing - Verifies the security posture of running applications by scanning for sensitive API usage and embedded shells.
  • In-Memory - Alters application behavior by updating the method dispatch table within the process memory.
  • Method Interception Proxies - Routes original function calls through dynamic proxy handlers to inject custom logic without altering binaries.
  • Non-Invasive AOP Frameworks - Implements a non-invasive AOP framework to intercept method execution and modify logic in live Android processes.
  • Android AOP Frameworks - Provides an aspect-oriented programming framework for injecting custom logic into Android applications.
  • Android Dynamic Analysis Tools - Monitors runtime method calls and data flow within Android processes for security and performance analysis.
  • Reflection-Based Access - Uses Java reflection to bypass access restrictions and manipulate private internal members of the Android system.
  • Runtime Execution Interception - Intercepts method calls at runtime to modify parameters, return values, or track data flow.
  • System API Monitoring - Monitors calls to sensitive Android framework and application methods for security checks and instrumentation.
  • Android Instrumentation Tools - Dynamic Java method AOP hooking library for ART.

Istoric stele

Graficul istoricului de stele pentru tiann/epicGraficul istoricului de stele pentru tiann/epic

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

Start searching with AI

Alternative open-source pentru Epic

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Epic.
  • rovo89/xposedbridgeAvatar rovo89

    rovo89/XposedBridge

    4,067Vezi pe GitHub↗

    XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime system for intercepting and modifying Java method calls within the Android operating system and installed applications. The project provides a mechanism for zygote process injection, ensuring that all spawned applications inherit the instrumentation logic. It enables the modification of internal Android system behaviors through method proxying and Java reflection to access private internal system members. The framework supports dynamic Android instrumentation and runtime analysis,

    JavaScriptandroidxposed
    Vezi pe GitHub↗4,067
  • elderdrivers/edxposedAvatar ElderDrivers

    ElderDrivers/EdXposed

    5,658Vezi pe GitHub↗

    Elder driver Xposed Framework.

    Javaandroidandroid-frameworkandroid-pie
    Vezi pe GitHub↗5,658
  • 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
  • alibaba/dexposedAvatar alibaba

    alibaba/dexposed

    4,508Vezi pe GitHub↗

    Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code instrumentation on Android devices. It functions as a hooking framework and instrumentation tool used to load custom code into running processes to alter logic without modifying the original bytecode. The project enables the interception and modification of method behavior within both Android applications and the system framework. It specifically provides capabilities for bypassing operating system limitations by overriding framework calls and applying hot patches to live processes w

    Java
    Vezi pe GitHub↗4,508
Vezi toate cele 30 alternative pentru Epic→

Întrebări frecvente

Ce face tiann/epic?

Epic este un toolkit pentru instrumentarea runtime-ului Android, interceptarea metodelor și auditarea posturii de securitate. Funcționează ca un framework de programare orientată pe aspecte și un interceptor de metode dinamic conceput pentru a monitoriza și altera comportamentul metodelor Java în cadrul Android Runtime.

Care sunt principalele funcționalități ale tiann/epic?

Principalele funcționalități ale tiann/epic sunt: ART Runtime Method Hooking Tools, Java Method Hooking, Android Hooking Frameworks, ART Method Hooking Frameworks, Android Security Tools, Runtime Logic Modification, Application Method Interceptors, Runtime Instrumentation.

Care sunt câteva alternative open-source pentru tiann/epic?

Alternativele open-source pentru tiann/epic includ: rovo89/xposedbridge — XposedBridge is an Android Java hooking framework and bytecode instrumentation engine. It functions as a runtime… elderdrivers/edxposed — Elder driver Xposed Framework. fsecurelabs/drozer — Drozer is a security testing framework and runtime analyzer for Android applications and devices. It functions as an… alibaba/dexposed — Dexposed is a set of runtime tools and engines designed for dynamic patching, framework interception, and code… fuzion24/justtrustme — JustTrustMe is an Android security auditing tool and mobile application penetration testing utility. Its primary… code4craft/tiny-spring — tiny-spring is a Java inversion of control container and aspect-oriented programming framework. It provides a system…