awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
adamyaxley avatar

adamyaxley/Obfuscate

0
View on GitHub↗
1,307 estrellas·185 forks·C++·Unlicense·9 vistas

Obfuscate

Source available on GitHub

Features

  • String Processing - Compile-time string obfuscation.

Historial de estrellas

Gráfico del historial de estrellas de adamyaxley/obfuscateGráfico del historial de estrellas de adamyaxley/obfuscate

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Obfuscate

Proyectos open-source similares, clasificados según cuántas características comparten con Obfuscate.
  • c42f/tinyformatAvatar de c42f

    c42f/tinyformat

    561Ver en GitHub↗

    tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s", s) to just work regardless of the type of s, tinyformat might be for you. Design goals include:

    C++
    Ver en GitHub↗561
  • jwlodek/csplitAvatar de jwlodek

    jwlodek/csplit

    55Ver en GitHub↗

    A single header C library that can be used to easily handle splitting strings and other string operations in C.

    C
    Ver en GitHub↗55
  • gingerbill/gbAvatar de gingerBill

    gingerBill/gb

    741Ver en GitHub↗

    gb single-file public domain libraries for C & C++

    C
    Ver en GitHub↗741
  • maxim2266/strAvatar de maxim2266

    maxim2266/str

    358Ver en GitHub↗

    Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1 branch. The differences between v1 and v2 are summarised here.

    C
    Ver en GitHub↗358
Ver las 10 alternativas a Obfuscate→

Preguntas frecuentes

¿Qué hace adamyaxley/obfuscate?

Source available on GitHub

¿Cuáles son las características principales de adamyaxley/obfuscate?

Las características principales de adamyaxley/obfuscate son: String Processing.

¿Qué alternativas de código abierto existen para adamyaxley/obfuscate?

Las alternativas de código abierto para adamyaxley/obfuscate incluyen: wooorm/levenshtein.c — Vladimir Levenshtein’s edit distance algorithm [1][wiki] as a C library. There’s also a CLI: [levenshtein(1)][cli],… gingerbill/gb — gb single-file public domain libraries for C & C++. jwlodek/csplit — A single header C library that can be used to easily handle splitting strings and other string operations in C. c42f/tinyformat — tinyformat.h is a type safe printf replacement library in a single C++ header file. If you've ever wanted printf("%s",… maxim2266/str — Note: This is version 2 of the library, v1 is now in maintenance mode, and is available in this repository under v1… mikejsavage/ggformat — ggformat is a liberally licensed string formatting library for C++ that supports user defined types and sub-second…