Obfuscate

Guaranteed compile-time string literal obfuscation header-only library for C++14 (by adamyaxley)

Obfuscate Alternatives

Similar projects and alternatives to Obfuscate based on common topics and language

  1. span-lite

    span lite - A C++20-like span for C++98, C++11 and later in a single-file header-only library

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. inline_syscall

    Inline syscalls made easy for windows on clang

  4. kfr

    2 Obfuscate VS kfr

    Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)

  5. filesystem

    An implementation of C++17 std::filesystem for C++11 /C++14/C++17/C++20 on Windows, macOS, Linux and FreeBSD.

  6. doctest

    The fastest feature-rich C++11/14/17/20/23 single-header testing framework

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Obfuscate alternative or higher similarity.

Obfuscate discussion

Log in or Post with

Obfuscate reviews and mentions

Posts with mentions or reviews of Obfuscate. We have used some of these posts to build our list of alternatives and similar projects.
  • How do I prevent abuse to my app?
    1 project | /r/androiddev | 20 Aug 2022
    if you hardcode the api key into your app, the apk can always get decompiled (apk -> dex -> dex2jar -> jar -> java decompiler). I personally hardcode sensitive api keys in C code, as #define constants. I use this class to obfiscate the C string constants. then I expose functions returning the api keys from C to java via JNI. I also use a mechanism to verify the apk signature, so that the C methods will only be called from the correct application (without this, others could take the .so library, include in their project, and just call the c functions from java / kotlin side, to get the api key). There was an article about this online, but i cannot find it right now.

Stats

Basic Obfuscate repo stats
1
1,163
4.9
11 months ago

adamyaxley/Obfuscate is an open source project licensed under The Unlicense which is an OSI approved license.

The primary programming language of Obfuscate is C++.


Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com