awesome-repositories.com
Blog
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
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 dépôts

Awesome GitHub RepositoriesApplication Method Interceptors

Dynamic proxies used to intercept and modify application-level method calls at runtime.

Distinct from Dynamic Proxy Interceptions: Focuses on application-layer method interception rather than OS-level system call interception.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · Application Method Interceptors. Refine with filters or upvote what's useful.

Awesome Application Method Interceptors GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • hansonwang99/spring-boot-in-actionAvatar de hansonwang99

    hansonwang99/Spring-Boot-In-Action

    4,678Voir sur GitHub↗

    Ce projet est une collection d'implémentations de référence et de guides pratiques pour construire des applications Java d'entreprise avec le framework Spring Boot. Il sert de galerie de projets backend et de guide d'implémentation, fournissant un ensemble d'architectures pour les patterns serveurs courants. Le dépôt se distingue par son focus sur la conception de systèmes distribués, offrant des exemples pour la génération d'identifiants uniques globaux, le cache distribué et la recherche plein texte. Il inclut également des templates et des exemples pour créer des starters Spring Boot personnalisés afin d'encapsuler les dépendances et configurations partagées dans des modules réutilisables. Le projet couvre un large éventail de domaines, incluant la sécurité applicative via l'authentification et l'autorisation par jetons, l'observabilité système via le monitoring de santé et de performance, et l'intégration de bases de données relationnelles. Il couvre également le déploiement d'applications conteneurisées et le traitement de données multimédias et en langage naturel.

    Uses dynamic proxies and interceptors to separate cross-cutting concerns from core business logic.

    Javajavajwtmybatis
    Voir sur GitHub↗4,678
  • tiann/epicAvatar de tiann

    tiann/epic

    4,547Voir sur GitHub↗

    Epic is a toolkit for Android runtime instrumentation, method interception, and security posture auditing. It functions as an aspect-oriented programming framework and a dynamic method interceptor designed to monitor and alter the behavior of Java methods within the Android Runtime. The project provides capabilities for intercepting and modifying both core Android framework components and specific application logic. This allows for the injection of custom Java behavior and the redirection of method execution without altering the original source code. The framework includes tools for applicat

    Intercepts application-level method calls at runtime to monitor and alter behavior.

    Javaandroidaopart
    Voir sur GitHub↗4,547
  1. Home
  2. Operating Systems & Systems Programming
  3. System-Call Interception
  4. Dynamic Proxy Interceptions
  5. Application Method Interceptors