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
adamyaxley avatar

adamyaxley/Obfuscate

0
View on GitHub↗
1,307 stars·185 forks·C++·Unlicense·14 views

Obfuscate

Source available on GitHub

Features

  • String Processing - Compile-time string obfuscation.

Star history

Star history chart for adamyaxley/obfuscateStar history chart for adamyaxley/obfuscate

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Projects sharing features with Obfuscate

These projects share indexed features with Obfuscate. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • c42f/tinyformatc42f avatar

    c42f/tinyformat

    561View on 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++
    View on GitHub↗561
  • jwlodek/csplitjwlodek avatar

    jwlodek/csplit

    55View on GitHub↗

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

    C
    View on GitHub↗55
  • gingerbill/gbgingerBill avatar

    gingerBill/gb

    741View on GitHub↗

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

    C
    View on GitHub↗741
  • maxim2266/strmaxim2266 avatar

    maxim2266/str

    358View on 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
    View on GitHub↗358
Compare all 10 related projects→

Frequently asked questions

What does adamyaxley/obfuscate do?

Source available on GitHub

What are the main features of adamyaxley/obfuscate?

The main features of adamyaxley/obfuscate are: String Processing.

Which projects share features with adamyaxley/obfuscate?

Projects with overlapping indexed features include: 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…